Skip to content

Commit

Permalink
fix: force tzdata reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Feb 21, 2024
1 parent 03fa61c commit f4815f1
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 f4815f1

Please sign in to comment.