mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
compile_cores ARG included in build stages
This commit is contained in:
parent
66206f8b14
commit
56b593d0b5
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,10 @@ ARG build_libmesh=off
|
|||
|
||||
FROM debian:bullseye-slim AS dependencies
|
||||
|
||||
ARG compile_cores
|
||||
ARG build_dagmc
|
||||
ARG build_libmesh
|
||||
|
||||
# Set default value of HOME to /root
|
||||
ENV HOME=/root
|
||||
|
||||
|
|
@ -176,6 +180,7 @@ ENV HOME=/root
|
|||
ARG openmc_branch=master
|
||||
ENV OPENMC_REPO='https://github.com/openmc-dev/openmc'
|
||||
|
||||
ARG compile_cores
|
||||
ARG build_dagmc
|
||||
ARG build_libmesh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue