Skip to content

Commit 8743c06

Browse files
committed
Update run
1 parent 313e1d6 commit 8743c06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/docker/gpdb/build/jammy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ RUN cd /tmp/ \
105105
# --------------------------------------------------------------------
106106
COPY ./configs/* /tmp/
107107

108-
RUN cat /usr/share/zoneinfo/${TIMEZONE_VAR} > /etc/localtime && \
108+
RUN echo ${TIMEZONE_VAR} > /etc/timezone && \
109109
chmod 777 /tmp/init_system.sh && \
110110
groupadd gpadmin && \
111111
useradd -rm -d /home/gpadmin -s /bin/bash -g root -G sudo -u 1001 gpadmin && \

0 commit comments

Comments
 (0)