File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ RUN chown -R postgres:postgres /usr/lib/postgresql
103103RUN ln -sf /usr/lib/postgresql/share/postgresql/timezonesets /usr/share/postgresql/timezonesets
104104
105105
106+ ENV DEBIAN_FRONTEND=noninteractive
106107RUN apt-get update && \
107- apt-get install -y --no-install-recommends tzdata
108-
109- RUN ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
110- dpkg-reconfigure --frontend noninteractive tzdata
108+ apt-get install -y --no-install-recommends tzdata && \
109+ ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
110+ dpkg-reconfigure -f noninteractive tzdata
111111
112112RUN apt-get update && \
113113 apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ RUN chown -R postgres:postgres /usr/lib/postgresql
103103RUN ln -sf /usr/lib/postgresql/share/postgresql/timezonesets /usr/share/postgresql/timezonesets
104104
105105
106+ ENV DEBIAN_FRONTEND=noninteractive
106107RUN apt-get update && \
107- apt-get install -y --no-install-recommends tzdata
108-
109- RUN ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
110- dpkg-reconfigure --frontend noninteractive tzdata
108+ apt-get install -y --no-install-recommends tzdata && \
109+ ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
110+ dpkg-reconfigure -f noninteractive tzdata
111111
112112RUN apt-get update && \
113113 apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments