Skip to content

Commit f220ce0

Browse files
authored
Update Dockerfile
1 parent 4bd0a54 commit f220ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ WORKDIR /app/toolapi
1111
# 基础镜像已经包含pip组件
1212
RUN apk update \
1313
&& mkdir -p /app/toolapi \
14-
&& apk add git \
15-
&& git clone https://github.com/AragonSnow/toolapi.git /app/toolapi \
14+
&& apk add --no-cache git \
15+
&& git clone https://github.com/q123458384/toolapi.git /app/toolapi \
1616
&& pip3 install --no-cache-dir -r requirements.txt
1717

1818

0 commit comments

Comments
 (0)