From 56b593d0b5632592260807f84288564968046f66 Mon Sep 17 00:00:00 2001 From: Richard Morrison Date: Wed, 20 Jul 2022 20:40:17 +0100 Subject: [PATCH] compile_cores ARG included in build stages --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 70bccc041..d408b9de5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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