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

Clean up the temporary build directory

parent a146ecc5
No related branches found
No related tags found
1 merge request!61Docker file fixes
...@@ -38,7 +38,9 @@ RUN wget https://cern.ch/lcgpackages/tarFiles/sources/xerces-c-${XercesC_VERSION ...@@ -38,7 +38,9 @@ RUN wget https://cern.ch/lcgpackages/tarFiles/sources/xerces-c-${XercesC_VERSION
cd xerces-c-${XercesC_VERSION} && \ cd xerces-c-${XercesC_VERSION} && \
./configure --disable-static && \ ./configure --disable-static && \
make -j2 && \ make -j2 && \
make install make install && \
cd .. && \
rm -rf xerces-c-${XercesC_VERSION}
### Last but very important, the installation of the OpenGL module ### Last but very important, the installation of the OpenGL module
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment