Skip to content

Commit

Permalink
build: reduce image size (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Mar 22, 2024
1 parent 9174ec0 commit f57f9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN <<EOF
spack install boost+system+program_options+regex+filesystem
spack install cmake
spack install nlohmann-json
spack uninstall -f -y g4ndl g4emlow
spack clean -a
EOF

Expand Down Expand Up @@ -69,4 +70,5 @@ RUN <<EOF
om-(){ echo "skip sourcing om.bash"; }
om-subs--all(){ deps=(okconf sysrap ana analytic bin CSG qudarap gdxml u4); printf '%s\n' "${deps[@]}"; }
opticks-full-make
rm -fr $OPTICKS_PREFIX/build
EOF

0 comments on commit f57f9c7

Please sign in to comment.