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