Skip to content

Commit

Permalink
fix: force tzdata reinstall (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr authored Feb 21, 2024
1 parent ec2c7b1 commit a6de477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml_metadata/tools/docker_server/Dockerfile.redhat
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ENV METADATA_STORE_SERVER_CONFIG_FILE ""

# Introduces tzdata package here to avoid LoadTimeZone check failed error in the metadata store server.
RUN microdnf update -y && \
microdnf install -y \
microdnf reinstall -y \
tzdata

ENTRYPOINT \
Expand Down

0 comments on commit a6de477

Please sign in to comment.