Skip to content

Commit

Permalink
Upgrade system packages in OSS image (#561) [5.2.3]
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 7098e85 commit 8e625f3
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 hazelcast-*.zip ${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 \
&& if [[ ! -f ${HZ_HOME}/hazelcast-distribution.zip ]]; then \
HAZELCAST_ZIP_URL=$(${HZ_HOME}/get-hz-dist-zip.sh); \
Expand Down

0 comments on commit 8e625f3

Please sign in to comment.