From 9d017bfdbb5e068e5685c2c57be104193acf122a Mon Sep 17 00:00:00 2001 From: eryajf Date: Mon, 6 Nov 2023 11:14:09 +0800 Subject: [PATCH] =?UTF-8?q?apline=E9=95=9C=E5=83=8F=E5=A2=9E=E5=8A=A0telne?= =?UTF-8?q?t=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/alpine-3.18/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/alpine-3.18/Dockerfile b/base/alpine-3.18/Dockerfile index 73bd6bf..c15e348 100644 --- a/base/alpine-3.18/Dockerfile +++ b/base/alpine-3.18/Dockerfile @@ -4,6 +4,6 @@ LABEL maintainer eryajf RUN sed -i "s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g" /etc/apk/repositories \ && apk upgrade \ - && apk add bash curl tzdata \ + && apk add bash curl tzdata busybox-extras \ && ln -sf /usr/share/zoneinfo/${TZ} /etc/localtime \ && echo ${TZ} > /etc/timezone && rm -rf /var/cache/* \ No newline at end of file