packages service: fix docker build (#12773)
The build instructions I cloned from did not work ;)
This commit is contained in:
parent
221acadc7d
commit
0d270e0d2a
@ -13,5 +13,5 @@ export IMAGE="spack/packages.spack.io:latest"
|
||||
if [ "$script" '=' 'push-image.sh' ] ; then
|
||||
docker push "${IMAGE}"
|
||||
else
|
||||
docker build -f -t "${IMAGE}" .
|
||||
docker build --no-cache --force-rm -t "${IMAGE}" .
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user