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

Let's unzip quietly not to increase the log file

parent c46cb151
No related branches found
No related tags found
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
Pipeline #11148754 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://geomodel.web.cern.ch/sources/coin-${Coin_VERSION}-src.zip && \
unzip -j coin-${Coin_VERSION}-src.zip -d coin-sources && \
unzip -q coin-${Coin_VERSION}-src.zip -d coin-sources && \
mv coin-sources/* coin \
mkdir build && \
cd build && \
......@@ -102,7 +102,7 @@ RUN mkdir -p build_coin && \
mkdir -p build_soqt && \
cd build_soqt && \
wget https://geomodel.web.cern.ch/sources/coin-${SOQT_VERSION}-src.zip && \
unzip -j soqt-${SOQT_VERSION}-src.zip -d soqt-sources && \
unzip -q soqt-${SOQT_VERSION}-src.zip -d soqt-sources && \
mv soqt-sources/* coin \
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