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

Update file Dockerfile

parent d2674c14
Branches
Tags v81r0p1
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
......@@ -54,7 +54,7 @@ RUN apt-get update && apt-get install -y libhdf5-dev
RUN apt-get update && apt-get install -y libhepmc3-dev
### Install xercesC
RUN wget https://github.com/apache/xerces-c/archive/refs/tags/${XercesC_VERSION}.tar.gz && \
RUN wget https://github.com/apache/xerces-c/archive/refs/tags/v${XercesC_VERSION}.tar.gz && \
tar -xzf xerces-c-${XercesC_VERSION}.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