Merge pull request #273 from ruia/master

Add curl to apk add
This commit is contained in:
Alex 2023-06-09 12:03:56 +03:00 committed by GitHub
commit 5488a84cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ COPY Pipfile* docker-entrypoint.sh .
# Install dependencies
RUN sed -i 's/\r$//g' docker-entrypoint.sh && \
chmod +x docker-entrypoint.sh && \
apk add --update ffmpeg aria2 coreutils shadow su-exec && \
apk add --update ffmpeg aria2 coreutils shadow su-exec curl && \
apk add --update --virtual .build-deps gcc g++ musl-dev && \
pip install --no-cache-dir pipenv && \
pipenv install --system --deploy --clear && \