H Vs před 18 hodinami
rodič
revize
58f2d1cad2
1 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. +9
    -9
      docker/Dockerfile.latest

+ 9
- 9
docker/Dockerfile.latest Zobrazit soubor

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


Načítá se…
Zrušit
Uložit