diff --git a/Dockerfile_new b/Dockerfile_new index e3a442c3b3993b18631ad63eddeb2b5503277793..dbee24c3b6ac0a5a1de034a897b971e34595952f 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 \