diff --git a/Dockerfile b/Dockerfile index e5d20c3..d605940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -211,7 +211,7 @@ RUN mkdir src &&\ -Dpyroot=ON \ -Dxrootd=OFF \ -Dmathmore=ON \ - -Dgeom=ON \ # TYPO on official web page, this is correct + -Dgeom=ON \ -B build \ -S src \ && cmake --build build --target install -j$NPROC &&\