We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd0a54 commit f220ce0Copy full SHA for f220ce0
Dockerfile
@@ -11,8 +11,8 @@ WORKDIR /app/toolapi
11
# 基础镜像已经包含pip组件
12
RUN apk update \
13
&& mkdir -p /app/toolapi \
14
- && apk add git \
15
- && git clone https://github.com/AragonSnow/toolapi.git /app/toolapi \
+ && apk add --no-cache git \
+ && git clone https://github.com/q123458384/toolapi.git /app/toolapi \
16
&& pip3 install --no-cache-dir -r requirements.txt
17
18
0 commit comments