Updated Dockerfile.minimal
This commit is contained in:
parent
b12515bf13
commit
bc0f158756
|
@ -9,5 +9,6 @@ ARG TIMEZONE="Asia/Jakarta"
|
||||||
# Change timezone to desired timezone
|
# Change timezone to desired timezone
|
||||||
ENV TZ=${TIMEZONE}
|
ENV TZ=${TIMEZONE}
|
||||||
|
|
||||||
RUN microdnf -y reinstall tzdata && \
|
RUN microdnf -y install tzdata && \
|
||||||
|
microdnf -y reinstall tzdata && \
|
||||||
microdnf -y clean all
|
microdnf -y clean all
|
||||||
|
|
Loading…
Reference in New Issue