diff --git a/Dockerfile b/Dockerfile index 08a16c1..e457a9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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