Skip to content

Commit

Permalink
Update Dockerfile alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
lesquoyb authored Aug 22, 2024
1 parent be70924 commit e53933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tags/alpha/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN mkdir -p /opt/gama-platform
RUN cd /opt/gama-platform

# Install GAMA v1.9.4 w/o JDK
RUN wget -q $(curl https://api.github.com/repos/gama-platform/gama/releases/tags/2024.07.0 | grep "/GAMA_2024.07.0_Linux_[0-9].*zip" | cut -d ':' -f 2,3 | tr -d \") -O "gama.zip" && \
RUN wget -q $(curl https://api.github.com/repos/gama-platform/gama/releases/tags/2024.08.0 | grep "/GAMA_2024.08.0_Linux_[0-9].*zip" | cut -d ':' -f 2,3 | tr -d \") -O "gama.zip" && \
unzip gama.zip -d /opt/gama-platform

# Set absolute path
Expand Down

0 comments on commit e53933d

Please sign in to comment.