Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhao104 authored Feb 23, 2023
1 parent af84e08 commit b3677be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add -U tzdata && cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&

# runtime environment
RUN apk add musl-dev gcc libxml2-dev libxslt-dev && \
pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/ && \
pip install --no-cache-dir -r requirements.txt && \
apk del gcc musl-dev

COPY . .
Expand Down

0 comments on commit b3677be

Please sign in to comment.