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

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

parent e29d7730
No related branches found
No related tags found
1 merge request!1Update image to 24.04 LTS (originally was: 24.10)
......@@ -59,11 +59,11 @@ RUN wget -O xerces-c.tar.gz https://github.com/apache/xerces-c/archive/refs/tags
ls -lh && \
mkdir build && \
cd build && \
cmake ../xerces-c-v${XercesC_VERSION} && \
cmake ../xerces-c-${XercesC_VERSION} && \
make -j4 && \
make install && \
cd .. && \
rm -rf xerces-c-v${XercesC_VERSION} build
rm -rf xerces-c-${XercesC_VERSION} build
### Install the OpenGL module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment