Updated Dockerfile.minimal
Build and Push Redhat UBI9 Image / Build and push ubi9-micro image (push) Successful in 54s Details
Build and Push Redhat UBI9 Image / Build and push ubi9-minimal image (push) Successful in 1m58s Details
Build and Push Redhat UBI9 Image / Build and push ubi9 image (push) Failing after 22s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-11 17:45:30 +07:00
parent b12515bf13
commit bc0f158756
1 changed files with 2 additions and 1 deletions

View File

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