Ver código fonte

调整

develop
H Vs 1 dia atrás
pai
commit
6d62d8ebcd
1 arquivos alterados com 6 adições e 1 exclusões
  1. +6
    -1
      docker/Dockerfile.latest

+ 6
- 1
docker/Dockerfile.latest Ver arquivo

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


Carregando…
Cancelar
Salvar