fix: 修复安装 speedtest 软件

This commit is contained in:
samlm0
2024-01-13 16:15:19 +00:00
parent 5438dddfa9
commit 08154bb4b2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ RUN go build -o als && \
chmod +x als
FROM alpine:3 as builderEnv
WORKDIR /app
ADD scripts /app
RUN sh /app/install-software.sh
RUN apk add --no-cache \
+1
View File
@@ -24,6 +24,7 @@ RUN go build -o als && \
chmod +x als
FROM alpine:3 as builderEnv
WORKDIR /app
ADD scripts /app
RUN sh /app/install-software.sh
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories && \