mirror of
https://github.com/alexta69/metube.git
synced 2026-03-03 02:57:02 +00:00
add g++ to build-deps
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user