Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/3.0-dev' into 3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed May 24, 2023
2 parents 409cc59 + e6eb2f0 commit 38bb478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ RUN apk add --no-cache \
shadow \
tzdata && \
python3 -m pip install --upgrade pip && \
sed -i '/bcrypt/d' requirements.txt && \
pip install --no-cache-dir -r requirements.txt && \
# Download WebUI
curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/download/v1.2.0/dist.zip" | busybox unzip -q -d /app - && \
Expand Down

0 comments on commit 38bb478

Please sign in to comment.