mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-06-12 19:11:33 -07:00
Use dnspython
dnspython will be used to resolve hostnames, allowing CDN proxy to work even if zoffline is running on the same machine as the Zwift client
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ RUN git clone --depth 1 https://github.com/zoffline/zwift-offline
|
||||
|
||||
COPY requirements.txt requirements.txt
|
||||
RUN pip install --user --requirement requirements.txt
|
||||
RUN pip install --user dnspython==2.3.0 git+https://github.com/oldnapalm/garmin-uploader.git
|
||||
RUN pip install --user git+https://github.com/oldnapalm/garmin-uploader.git
|
||||
|
||||
FROM python:3.10-alpine
|
||||
MAINTAINER zoffline <zoffline@tutanota.com>
|
||||
|
||||
Reference in New Issue
Block a user