From b9de7fb30bf3bbb14016113684a3631bdd769ddb Mon Sep 17 00:00:00 2001 From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch> Date: Mon, 24 Mar 2025 21:24:38 +0100 Subject: [PATCH] remove comment --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d4d817..8e8716f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,7 +82,6 @@ RUN apt-get update && apt-get install -y mesa-utils build-essential libgl1-mesa- ### Install Coin 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 && \ unzip -j coin-${Coin_VERSION}-src.zip -d coin && \ mkdir build && \ -- GitLab