瀏覽代碼

调整

develop
H Vs 22 小時之前
父節點
當前提交
6d62d8ebcd
共有 1 個檔案被更改,包括 6 行新增1 行删除
  1. +6
    -1
      docker/Dockerfile.latest

+ 6
- 1
docker/Dockerfile.latest 查看文件

@@ -16,7 +16,12 @@ RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list
# && apt-get clean


RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime
# RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime

RUN apt-get install -y --no-install-recommends tzdata \
&& ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \
&& dpkg-reconfigure --frontend noninteractive tzdata \
&& apt-get clean


ENV BUILD_PREFIX=/app


Loading…
取消
儲存