Skip to content

Commit

Permalink
Removed Sha256 from Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizyo committed Nov 8, 2015
1 parent 7990b04 commit 75cccb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/5.1-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ FROM java:7

ENV SPAGOBI_VERSION=5.1.0-r24688
ENV SPAGOBI_URL=http://download.forge.ow2.org/spagobi/All-In-One-SpagoBI-${SPAGOBI_VERSION}.zip
ENV SPAGOBI_SHA=d74dcac7341a488822e85f6dd0a4f6f641ad07c41b1d834d55dc9bcc353c6576
ENV SPAGOBI_MYSQL_SCRIPT_URL=http://download.forge.ow2.org/spagobi/mysql-dbscript-5.1.0_19012015.zip

RUN apt-get update && apt-get install -y wget coreutils unzip mysql-client

#download spagobi all in one and extract it
WORKDIR /home
RUN wget "${SPAGOBI_URL}" -O SpagoBI.zip && \
echo "${SPAGOBI_SHA} SpagoBI.zip" | sha256sum -c - && \
unzip SpagoBI.zip && \
mv All-In-One-SpagoBI-${SPAGOBI_VERSION} SpagoBI && \
rm SpagoBI.zip
Expand Down

0 comments on commit 75cccb7

Please sign in to comment.