Skip to content
Snippets Groups Projects
Commit c43a219a authored by Johannes Junggeburth's avatar Johannes Junggeburth :dog2:
Browse files

Apply 2 suggestion(s) to 1 file(s)

parent 2cf115d2
Branches
No related tags found
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
......@@ -56,7 +56,6 @@ RUN apt-get update && apt-get install -y libhepmc3-dev
### Install xercesC
RUN wget -O xerces-c.tar.gz https://github.com/apache/xerces-c/archive/refs/tags/v${XercesC_VERSION}.tar.gz && \
tar -xzf xerces-c.tar.gz && \
ls -lh && \
mkdir build && \
cd build && \
cmake ../xerces-c-${XercesC_VERSION} && \
......@@ -73,7 +72,8 @@ RUN apt-get update && apt-get install -y mesa-utils build-essential libgl1-mesa-
RUN pwd && \
ls && \
wget https://github.com/coin3d/coin/releases/download/Coin-${Coin_VERSION}/coin-${Coin_VERSION}-src.tar.gz && \
tar -xzf coin-${Coin_VERSION}-tar.gz -d coin-sources && \
tar -xzf coin-${Coin_VERSION}-tar.gz && \
ls -lh && \
mv coin-sources/* coin && \
mkdir build_coin && \
cd build_coin && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment