Skip to content

Commit

Permalink
fix: 修复安装 speedtest 软件
Browse files Browse the repository at this point in the history
  • Loading branch information
samlm0 committed Jan 13, 2024
1 parent 5438ddd commit 08154bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.cn
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 08154bb

Please sign in to comment.