move to pycryptodome

This commit is contained in:
oldnapalm
2022-07-18 00:16:06 -03:00
parent 607e12353a
commit 3c7ea65000
3 changed files with 32 additions and 36 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM python:3-alpine as builder
WORKDIR /usr/src/app
RUN apk add --no-cache git gcc g++ musl-dev libffi-dev openssl-dev file make
RUN pip install --user flask flask_sqlalchemy flask-login pyjwt gevent protobuf protobuf3_to_dict stravalib garmin-uploader requests dnspython
RUN pip install --user flask flask_sqlalchemy flask-login pyjwt gevent protobuf protobuf3_to_dict stravalib garmin-uploader requests dnspython pycryptodome
RUN git clone --depth 1 https://github.com/zoffline/zwift-offline