mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
add g++ to build-deps
This commit is contained in:
parent
86e7358d8d
commit
8c49a0c352
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ WORKDIR /app
|
||||||
COPY Pipfile* ./
|
COPY Pipfile* ./
|
||||||
|
|
||||||
RUN apk add --update ffmpeg && \
|
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 && \
|
pip install --no-cache-dir pipenv && \
|
||||||
pipenv install --system --deploy --clear && \
|
pipenv install --system --deploy --clear && \
|
||||||
pip uninstall pipenv -y && \
|
pip uninstall pipenv -y && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue