Skip to content

Commit

Permalink
cant comment in Dockerfile like a script 😠
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Feb 27, 2025
1 parent 053641e commit d619ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down

0 comments on commit d619ac7

Please sign in to comment.