Skip to content

Commit

Permalink
fix(build): accept dnf update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrizan committed Oct 3, 2024
1 parent c2b0dd6 commit 2000f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'
# Install java
# Also set up permissions for user `1001`
RUN microdnf install -y openssl ca-certificates ${JAVA_PACKAGE} \
&& microdnf update \
&& microdnf update -y \
&& microdnf clean all \
&& mkdir /deployments \
&& chown 1001 /deployments \
Expand Down

0 comments on commit 2000f61

Please sign in to comment.