Add packages to docker container for building new python deps

This commit is contained in:
zoffline
2020-12-18 20:17:37 -05:00
parent b7119fa404
commit 627e3271e6
+1 -1
View File
@@ -3,7 +3,7 @@ MAINTAINER zoffline <zoffline@tutanota.com>
WORKDIR /usr/src/app
RUN apk add --no-cache git
RUN apk add --no-cache git gcc musl-dev libffi-dev openssl-dev file make
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