Skip to content
Snippets Groups Projects
Unverified Commit 0d270e0d authored by Axel Huebl's avatar Axel Huebl Committed by GitHub
Browse files

packages service: fix docker build (#12773)

The build instructions I cloned from did not work ;)
parent 221acadc
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment