Add new required dep for Docker container

gevent needs g++ now to build
This commit is contained in:
zoffline
2021-01-26 17:54:04 -05:00
parent fbd58f602f
commit 5d7a67b03e

View File

@@ -3,7 +3,7 @@ MAINTAINER zoffline <zoffline@tutanota.com>
WORKDIR /usr/src/app
RUN apk add --no-cache git gcc musl-dev libffi-dev openssl-dev file make
RUN apk add --no-cache git gcc g++ 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