Skip to content

Commit

Permalink
更新:国内部署加快软件包下载。
Browse files Browse the repository at this point in the history
  • Loading branch information
Tunglies authored and Samueli924 committed Nov 1, 2023
1 parent 3f33a21 commit 1e499cf
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
@@ -1,4 +1,5 @@
FROM python:3.9-alpine as builder
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
RUN apk update && apk add gcc musl-dev linux-headers
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit 1e499cf

Please sign in to comment.