Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Change version on spagobi and release
  • Loading branch information
aportosa committed Sep 9, 2016
1 parent 6030e02 commit bbf0929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/5.2-fiware-all-in-one/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM java:7

ENV SPAGOBI_VERSION=All-in-One-SpagoBI-5.1-1feb2d97af
ENV SPAGOBI_URL=https://github.com/SpagoBILabs/SpagoBI/releases/download/fiware-v5.1-1feb2d97af/${SPAGOBI_VERSION}.zip
ENV SPAGOBI_MYSQL_SCRIPT_URL=https://github.com/SpagoBILabs/SpagoBI/releases/download/fiware-v5.1-1feb2d97af/MySQL.zip
ENV SPAGOBI_VERSION=All-In-One-SpagoBI-5.2.1-6030e025b0
ENV SPAGOBI_URL=https://github.com/SpagoBILabs/SpagoBI/releases/download/fiware-v5.2-6030e025b0/${SPAGOBI_VERSION}.zip
ENV SPAGOBI_MYSQL_SCRIPT_URL=https://github.com/SpagoBILabs/SpagoBI/releases/download/fiware-v5.2-6030e025b0/MySQL.zip

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

Expand Down

0 comments on commit bbf0929

Please sign in to comment.