Update Dockerfile

This commit is contained in:
zhangch-dev
2025-05-15 18:00:15 +08:00
committed by GitHub
parent 45fbd7dadf
commit 94d5c79416

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
@@ -22,4 +21,4 @@ EOF
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
EXPOSE 8888
EXPOSE 8888