Explorar el Código

调整

develop
H Vs hace 1 día
padre
commit
6d62d8ebcd
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      docker/Dockerfile.latest

+ 6
- 1
docker/Dockerfile.latest Ver fichero

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


Cargando…
Cancelar
Guardar