Skip to content

Commit

Permalink
ENG-5117 added new utility java package to fix startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
entgigi authored and eugeniosant committed Nov 8, 2023
1 parent f7b06f6 commit 51ec402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' \
HOME=/deployments
# Install java and the run-java script
# Also set up permissions for user `1001`
RUN microdnf install openssl curl ca-certificates ${JAVA_PACKAGE} \
RUN microdnf install openssl curl ca-certificates ${JAVA_PACKAGE} tzdata-java \
&& microdnf update \
&& microdnf clean all \
&& mkdir /deployments \
Expand Down

0 comments on commit 51ec402

Please sign in to comment.