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