Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Dec 5, 2024
1 parent 7bd6f65 commit 46b92e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/centos7-build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN ORTOOLS_TAG=$(cat /workspace/antares-xpansion/antares-version.json | jq -r '
RUN ANTARES_VERSION=$(cat /workspace/antares-xpansion/antares-version.json | jq -r '."antares_version"' ) && \
echo "ANTARES_VERSION=$ANTARES_VERSION" && \
mkdir -p deps && \
URL_ORTOOLS=https:https://github.com/AntaresSimulatorTeam/Antares_Simulator/releases/download/v$ANTARES_VERSION/antares-${ANTARES_VERSION}-CentOS-7.9.2009.tar.gz && \
URL_ANTARES=https:https://github.com/AntaresSimulatorTeam/Antares_Simulator/releases/download/v$ANTARES_VERSION/antares-${ANTARES_VERSION}-CentOS-7.9.2009.tar.gz && \
wget $URL_ANTARES && \
tar -xvf antares-${ANTARES_VERSION}-CentOS-7.9.2009.tar.gz -C deps --strip-components=1 &&\
rm -rf antares-${ANTARES_VERSION}-CentOS-7.9.2009.tar.gz

Expand Down

0 comments on commit 46b92e7

Please sign in to comment.