Skip to content
Snippets Groups Projects
Commit 45c4755c authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

Fix ARG variables in Dockerfile

parent f2eaae85
No related branches found
No related tags found
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
Pipeline #11115803 failed
......@@ -83,7 +83,7 @@ RUN apt-get update && apt-get install -y mesa-utils build-essential libgl1-mesa-
RUN mkdir -p build_coin && \
cd build_coin && \
# wget https://github.com/coin3d/coin/releases/download/Coin-${Coin_VERSION}/coin-${Coin_VERSION}-src.tar.gz && \
wget https://geomodel.web.cern.ch/sources/coin-{Coin_VERSION}-src.zip && \
wget https://geomodel.web.cern.ch/sources/coin-${Coin_VERSION}-src.zip && \
tar -xzf coin-${Coin_VERSION}-src.tar.gz && \
mkdir build && \
cd build && \
......@@ -101,7 +101,7 @@ RUN mkdir -p build_coin && \
RUN pwd; ls && \
mkdir -p build_soqt && \
cd build_soqt && \
wget https://geomodel.web.cern.ch/sources/coin-{Coin_VERSION}-src.zip && \
wget https://geomodel.web.cern.ch/sources/coin-${SOQT_VERSION}-src.zip && \
tar -xzf soqt-${SOQT_VERSION}-src.tar.gz && \
mkdir build && \
cd build && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment