From e81b8b11c40ec622c4fef6102d4fb5fece5a4ff6 Mon Sep 17 00:00:00 2001 From: devome Date: Sat, 13 Nov 2021 23:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=89=E8=A3=85acme.sh?= =?UTF-8?q?=EF=BC=8C=E4=BD=86=E6=98=AF=E5=8F=AF=E4=BB=A5=E4=B8=8D=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=AE=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile_new | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Dockerfile_new b/Dockerfile_new index e3a442c3..dbee24c3 100644 --- a/Dockerfile_new +++ b/Dockerfile_new @@ -22,21 +22,13 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories nginx-mod-stream \ openjdk8-jre \ net-tools \ + curl \ wget \ ttf-dejavu \ fontconfig \ - tini \ - openssl \ - openssh-client \ - coreutils \ - bind-tools \ - curl \ - sed \ - socat \ tzdata \ - oath-toolkit-oathtool \ - tar \ - libidn \ + tini \ + acme.sh \ && fc-cache -f -v \ && ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \ && echo "${TZ}" > /etc/timezone \ -- Gitee