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

Fix typos

parent 12234b48
No related branches found
No related tags found
1 merge request!61Docker file fixes
......@@ -35,8 +35,8 @@ RUN apt-get update && apt-get install -y libeigen3-dev
### Another layer of building xer
RUN wget https://cern.ch/lcgpackages/tarFiles/sources/xerces-c-${XercesC_VERSION}.tar.gz && \
tar -xzf xerces-c-${XercesC_VERSION}.tar.gz && \
cd xerces-c-${XercesC_VERSION}.tar.gz && \
./confgiure --disable-static && \
cd xerces-c-${XercesC_VERSION} && \
./configure --disable-static && \
make -j2 && \
make install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment