Skip to content

Commit

Permalink
GS-13735 Added missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Niv Ingberg committed Dec 20, 2018
1 parent 317ed28 commit 15c9526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion insightedge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/${GS_PRODUCT}/${GS_VE
ENV GS_HOME /opt/gigaspaces
WORKDIR ${GS_HOME}
# Download $GS_URL and unzip to $GS_HOME
RUN apk --no-cache add openssl wget unzip &&\
RUN apk --no-cache add openssl wget unzip bash libc6-compat &&\
wget --progress=bar:force -O /tmp/gigaspaces.zip ${GS_URL} &&\
unzip -q /tmp/gigaspaces.zip -d /tmp &&\
mkdir -p ${GS_HOME} &&\
Expand Down
2 changes: 1 addition & 1 deletion xap-enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/${GS_PRODUCT}/${GS_VE
ENV GS_HOME /opt/gigaspaces
WORKDIR ${GS_HOME}
# Download $GS_URL and unzip to $GS_HOME
RUN apk --no-cache add openssl wget unzip &&\
RUN apk --no-cache add openssl wget unzip bash libc6-compat &&\
wget --progress=bar:force -O /tmp/gigaspaces.zip ${GS_URL} &&\
unzip -q /tmp/gigaspaces.zip -d /tmp &&\
mkdir -p ${GS_HOME} &&\
Expand Down
2 changes: 1 addition & 1 deletion xap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GS_URL=https://gigaspaces-releases-eu.s3.amazonaws.com/${GS_PRODUCT}/${GS_VE
ENV GS_HOME /opt/gigaspaces
WORKDIR ${GS_HOME}
# Download $GS_URL and unzip to $GS_HOME
RUN apk --no-cache add openssl wget unzip &&\
RUN apk --no-cache add openssl wget unzip bash libc6-compat &&\
wget --progress=bar:force -O /tmp/gigaspaces.zip ${GS_URL} &&\
unzip -q /tmp/gigaspaces.zip -d /tmp &&\
mkdir -p ${GS_HOME} &&\
Expand Down

0 comments on commit 15c9526

Please sign in to comment.