From b624f4846e9257f66eca29f6ebd8c7c4e1a83143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E4=BA=91?= Date: Sun, 24 Apr 2022 15:57:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(swoole-8.0):=20=E2=9C=A8=20=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=BA=86=E6=97=B6=E5=8C=BA=E7=9A=84=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swoole/8.0/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/swoole/8.0/Dockerfile b/swoole/8.0/Dockerfile index 51c05e5..2e3e6a6 100644 --- a/swoole/8.0/Dockerfile +++ b/swoole/8.0/Dockerfile @@ -26,11 +26,7 @@ RUN set -ex \ echo "upload_max_filesize=128M"; \ echo "post_max_size=128M"; \ echo "memory_limit=1G"; \ - echo "date.timezone=${TIMEZONE}"; \ } | tee conf.d/99_overrides.ini \ - # - config timezone - && ln -sf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime \ - && echo "${TIMEZONE}" > /etc/timezone \ # ---------- clear works ---------- && rm -rf /var/cache/apk/* /tmp/* /usr/share/man \ && echo -e "\033[42;37m Build Completed :).\033[0m\n"