put message about docker image after docker build, before compile
This commit is contained in:
parent
505192d7be
commit
6536af16ce
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue