From 41ebed71c79b9799ccb281cfa55a4bb505d94abf Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Wed, 29 Jul 2020 15:26:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E7=BC=96=E8=AF=91=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=9F=BA=E7=A1=80=E9=95=9C=E5=83=8F=E4=B8=BAarm64v8/a?= =?UTF-8?q?lpine:3.12=EF=BC=8C=E5=B9=B6=E4=BD=BF=E7=94=A8=E5=9B=BD?= =?UTF-8?q?=E5=86=85=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Arm64v8/Dockerfile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docker/Arm64v8/Dockerfile b/docker/Arm64v8/Dockerfile index a771ee8..0dc1746 100644 --- a/docker/Arm64v8/Dockerfile +++ b/docker/Arm64v8/Dockerfile @@ -1,12 +1,13 @@ -FROM arm64v8/alpine -#FROM arm64v8/alpine:latest -#FROM arm64v8/alpine:3.12 +# FROM arm64v8/alpine +# FROM arm64v8/alpine:latest +FROM arm64v8/alpine:3.12 ENV TZ Asia/Shanghai ENV cron="0 9 * * 0" RUN set -ex \ - # && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \ + && sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/' /etc/apk/repositories \ # && sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.cn/' /etc/apk/repositories \ - && apk --update add --no-cache \ + && apk update \ + && apk add --no-cache \ tzdata \ php7 php7-curl php7-json php7-mbstring php7-dom php7-simplexml php7-xml php7-zip \ git \