Skip to content

Commit

Permalink
[Distributed Caching] Fix missing JDK timezone data
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Aug 4, 2023
1 parent 69741ae commit a424628
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
# Also set up permissions for user `1001`
RUN microdnf install curl ca-certificates ${JAVA_PACKAGE} \
&& microdnf update \
&& microdnf install -y tzdata-java \
&& microdnf clean all \
&& mkdir /deployments \
&& chown 1001 /deployments \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
# Also set up permissions for user `1001`
RUN microdnf install curl ca-certificates ${JAVA_PACKAGE} \
&& microdnf update \
&& microdnf install -y tzdata-java \
&& microdnf clean all \
&& mkdir /deployments \
&& chown 1001 /deployments \
Expand Down

0 comments on commit a424628

Please sign in to comment.