mirror of
https://github.com/wikihost-opensource/als.git
synced 2026-04-22 15:47:15 +08:00
fix: 修复安装 speedtest 软件
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user