Skip to content

Commit

Permalink
Upgrade system packages in OSS image (#561) [5.1.5]
Browse files Browse the repository at this point in the history
(cherry picked from commit 55fc311)
  • Loading branch information
ldziedziul committed Apr 25, 2023
1 parent 59504d2 commit 6566d3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hazelcast-oss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ EXPOSE 5701
COPY *.jar get-hz-dist-zip.sh ${HZ_HOME}/

# Install
RUN echo "Installing new APK packages" \
RUN echo "Upgrading APK packages" \
&& apk upgrade --no-cache \
&& echo "Installing new APK packages" \
&& apk add --no-cache openjdk11-jre-headless bash curl libxml2-utils zip unzip \
&& echo "Downloading Hazelcast${HZ_VARIANT} distribution zip..." \
&& HAZELCAST_ZIP_URL=$(${HZ_HOME}/get-hz-dist-zip.sh) \
Expand Down

0 comments on commit 6566d3f

Please sign in to comment.