feat: install environment and push to buildcache with Makefile
Compare changes
+ 2
− 2
@@ -25,8 +25,8 @@ $(SPACK_ENV)/push: $(addprefix $(SPACK_ENV)/push/,$($(SPACK_ENV)/SPACK_PACKAGE_I
This separates the installation step from the Dockerfile, allowing for extracting this into a separate repo or external phase.