mirror of
http://124.126.16.154:8888/singularity/docker-images-hyperf.git
synced 2026-01-15 00:35:08 +08:00
feat(swoole-8.0): ✨ 移除了时区的设置
This commit is contained in:
@@ -26,11 +26,7 @@ RUN set -ex \
|
|||||||
echo "upload_max_filesize=128M"; \
|
echo "upload_max_filesize=128M"; \
|
||||||
echo "post_max_size=128M"; \
|
echo "post_max_size=128M"; \
|
||||||
echo "memory_limit=1G"; \
|
echo "memory_limit=1G"; \
|
||||||
echo "date.timezone=${TIMEZONE}"; \
|
|
||||||
} | tee conf.d/99_overrides.ini \
|
} | tee conf.d/99_overrides.ini \
|
||||||
# - config timezone
|
|
||||||
&& ln -sf /usr/share/zoneinfo/${TIMEZONE} /etc/localtime \
|
|
||||||
&& echo "${TIMEZONE}" > /etc/timezone \
|
|
||||||
# ---------- clear works ----------
|
# ---------- clear works ----------
|
||||||
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man \
|
&& rm -rf /var/cache/apk/* /tmp/* /usr/share/man \
|
||||||
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
|
&& echo -e "\033[42;37m Build Completed :).\033[0m\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user