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:
oldnapalm
2023-02-11 12:18:57 -03:00
parent 3f21baa20c
commit 1a0650a97d
5 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -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>