Skip to content

Commit

Permalink
Upgrade system packages in EE image (#561) [5.1.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
ldziedziul committed Apr 25, 2023
1 parent 6566d3f commit d1146ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hazelcast-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ COPY *.jar get-hz-ee-dist-zip.sh hazelcast-*.zip ${HZ_HOME}/

# Install
RUN echo "Installing new packages" \
&& microdnf update --nodocs \
&& microdnf -y --nodocs --disablerepo=* --enablerepo=ubi-8-appstream-rpms --enablerepo=ubi-8-baseos-rpms \
--disableplugin=subscription-manager install shadow-utils java-11-openjdk-headless zip tar \
&& echo "Downloading Hazelcast${HZ_VARIANT} distribution zip..." \
Expand Down

0 comments on commit d1146ae

Please sign in to comment.