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

Use github source

parent 519e2e84
Branches
No related tags found
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
......@@ -16,7 +16,7 @@ variables:
WORK_DIR: "/tmp"
INSTALL_DIR: "/usr/local"
GEANT4_VERSION: "v11.2.0"
XercesC_VERSION: "3.3"
XercesC_VERSION: "3.3.0"
Coin_VERSION: "4.0.0"
IMAGE_DESTINATION: ${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}-base
......
......@@ -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://cern.ch/lcgpackages/tarFiles/sources/xerces-c-${XercesC_VERSION}.tar.gz && \
RUN wget https://github.com/apache/xerces-c/archive/refs/tags/${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