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
103
103
RUN ln -sf /usr/lib/postgresql/share/postgresql/timezonesets /usr/share/postgresql/timezonesets
104
104
105
105
106
+ ENV DEBIAN_FRONTEND=noninteractive
106
107
RUN 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
111
111
112
112
RUN apt-get update && \
113
113
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
103
103
RUN ln -sf /usr/lib/postgresql/share/postgresql/timezonesets /usr/share/postgresql/timezonesets
104
104
105
105
106
+ ENV DEBIAN_FRONTEND=noninteractive
106
107
RUN 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
111
111
112
112
RUN apt-get update && \
113
113
apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments