Fix dockerfile

This commit is contained in:
WithoutPants 2022-12-19 09:09:15 +11:00 committed by GitHub
parent 74506bc5e8
commit 150c496949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ COPY --from=binary /stash /usr/bin/
RUN apk add --no-cache --virtual .build-deps gcc python3-dev musl-dev \
&& apk add --no-cache ca-certificates python3 py3-requests py3-requests-toolbelt py3-lxml py3-pip ffmpeg vips-tools ruby \
&& pip install mechanicalsoup cloudscraper bencoder.pyx \
&& gem install faraday
&& gem install faraday \
&& apk del .build-deps
ENV STASH_CONFIG_FILE=/root/.stash/config.yml