Update Dockerfile with new dependencies

This commit is contained in:
oldnapalm
2020-11-27 12:40:41 -03:00
committed by GitHub
parent c02d09c16b
commit dbe20d3e4e

View File

@@ -4,7 +4,7 @@ MAINTAINER zoffline <zoffline@tutanota.com>
WORKDIR /usr/src/app
RUN apk add --no-cache git
RUN pip install flask flask_sqlalchemy flask-login pyjwt protobuf protobuf3_to_dict stravalib
RUN pip install flask flask_sqlalchemy flask-login pyjwt gevent protobuf protobuf3_to_dict stravalib garmin-uploader cryptography
RUN git clone --depth 1 https://github.com/zoffline/zwift-offline
RUN chmod 777 zwift-offline/storage