add g++ to build-deps

This commit is contained in:
Alex 2022-03-10 10:22:59 +02:00 committed by GitHub
parent 86e7358d8d
commit 8c49a0c352
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ WORKDIR /app
COPY Pipfile* ./
RUN apk add --update ffmpeg && \
apk add --update --virtual .build-deps gcc musl-dev && \
apk add --update --virtual .build-deps gcc g++ musl-dev && \
pip install --no-cache-dir pipenv && \
pipenv install --system --deploy --clear && \
pip uninstall pipenv -y && \