put message about docker image after docker build, before compile

This commit is contained in:
pho4cexa 2022-12-22 21:03:35 -08:00
parent 505192d7be
commit 6536af16ce

View file

@ -27,7 +27,7 @@ clean:
compile-on-debian-11:
# builds repo2html compatible with systems running glibc-2.31 and higher.
docker build docker
docker run -v $(shell pwd):/tmp/x -w /tmp/x --rm repo2htmlbuilder make compile
# the docker image "repo2htmlbuilder:latest" now exists on your system.
# this will make the next time you run this command go faster.
# to delete it and reclaim the space run "docker image rm repo2htmlbuilder:latest"
docker run -v $(shell pwd):/tmp/x -w /tmp/x --rm repo2htmlbuilder make compile