Updated Dockerfile
This commit is contained in:
parent
bc0f158756
commit
164d531f8d
|
@ -9,7 +9,8 @@ ARG TIMEZONE="Asia/Jakarta"
|
|||
# Change timezone to desired timezone
|
||||
ENV TZ=${TIMEZONE}
|
||||
|
||||
RUN dnf reinstall -y tzdata && \
|
||||
RUN dnf -y install tzdata && \
|
||||
dnf -y reinstall tzdata && \
|
||||
dnf -y update && \
|
||||
dnf -y autoremove && \
|
||||
dnf -y clean all
|
||||
|
|
Loading…
Reference in New Issue