Updated Dockerfile
Build and Push Redhat UBI9 Image / Build and push ubi9-micro image (push) Successful in 52s Details
Build and Push Redhat UBI9 Image / Build and push ubi9-minimal image (push) Successful in 52s Details
Build and Push Redhat UBI9 Image / Build and push ubi9 image (push) Successful in 5m30s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-11 17:49:43 +07:00
parent bc0f158756
commit 164d531f8d
1 changed files with 2 additions and 1 deletions

View File

@ -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