mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-07 23:31:10 +08:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user