From 5d1bb3f5f4eb7c3b33075521a1d7c7d7afd534a1 Mon Sep 17 00:00:00 2001 From: huankong233 Date: Tue, 7 Jan 2025 17:42:31 +0800 Subject: [PATCH] =?UTF-8?q?[+]=20=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0Alpin?= =?UTF-8?q?e=E8=BD=AF=E4=BB=B6=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 2c5324b..8dcf713 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,7 @@ RUN apk add --no-cache openssl php83-pdo php83-pdo_mysql eudev-libs # 补全环境 RUN apk update && \ + apk upgrade && \ apk add tzdata && \ cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \ echo "Asia/Shanghai" > /etc/timezone