浏览代码

调整

develop
H Vs 23 小时前
父节点
当前提交
d0530d6ca0
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. +9
    -9
      docker/Dockerfile.latest

+ 9
- 9
docker/Dockerfile.latest 查看文件

@@ -9,19 +9,19 @@ RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list


# Set the timezone and configure tzdata
RUN apt-get update \
&& apt-get install -y --no-install-recommends tzdata \
&& ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \
&& dpkg-reconfigure --frontend noninteractive tzdata \
&& apt-get clean
# RUN apt-get update \
# && apt-get install -y --no-install-recommends tzdata \
# && ln -sf /usr/share/zoneinfo/$TZ /etc/localtime \
# && dpkg-reconfigure --frontend noninteractive tzdata \
# && apt-get clean


# 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
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


正在加载...
取消
保存