Update Dockerfile

pull/79/head
zhangch-dev 2025-05-15 18:00:15 +08:00 committed by GitHub
parent 45fbd7dadf
commit 94d5c79416
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,7 @@ FROM frolvlad/alpine-glibc
WORKDIR /www/allinssl/
RUN set -eux && sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories \
&& apk add --no-cache curl \
RUN apk add --no-cache curl \
&& curl https://download.allinssl.com/bin/allinssl-$(uname -s)-$(uname -m).tar.gz | tar -xz -C /www/allinssl/ \
&& apk del curl