Browse Source

调整

develop
H Vs 18 hours ago
parent
commit
6d62d8ebcd
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      docker/Dockerfile.latest

+ 6
- 1
docker/Dockerfile.latest View File

@@ -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…
Cancel
Save