diff --git a/gnupg/Dockerfile.manylinux2014 b/gnupg/Dockerfile.manylinux2014 index 3a5d6a6..8e57bc7 100644 --- a/gnupg/Dockerfile.manylinux2014 +++ b/gnupg/Dockerfile.manylinux2014 @@ -10,5 +10,5 @@ RUN spack external find --not-buildable gawk perl RUN spack compiler find RUN spack config add config:install_tree:padded_length:256 RUN spack python -c "import archspec.cpu;print(archspec.cpu.host().family)" > target.txt -RUN spack -c install gnupg "target=$(cat target.txt)" -RUN spack -c buildcache push --unsigned ./binary-mirror gnupg "target=$(cat target.txt)" +RUN spack install gnupg "target=$(cat target.txt)" +RUN spack buildcache push --unsigned ./binary-mirror gnupg "target=$(cat target.txt)" diff --git a/patchelf/Dockerfile.manylinux2014 b/patchelf/Dockerfile.manylinux2014 index 412913d..eca18b3 100644 --- a/patchelf/Dockerfile.manylinux2014 +++ b/patchelf/Dockerfile.manylinux2014 @@ -11,5 +11,5 @@ RUN spack external find --not-buildable cmake RUN spack compiler find RUN spack config add config:install_tree:padded_length:256 RUN spack python -c "import archspec.cpu;print(archspec.cpu.host().family)" > target.txt -RUN spack -c install patchelf "ldflags=-static-libstdc++ -static-libgcc" "target=$(cat target.txt)" -RUN spack -c buildcache push --unsigned ./binary-mirror patchelf +RUN spack install patchelf "ldflags=-static-libstdc++ -static-libgcc" "target=$(cat target.txt)" +RUN spack buildcache push --unsigned ./binary-mirror patchelf