mirror of
https://github.com/zoffline/zwift-offline.git
synced 2026-01-07 19:01:10 -08:00
Update Dockerfile with new dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user