From 6536af16ce657be4fe03ed138edfb1320c5c99d4 Mon Sep 17 00:00:00 2001 From: pho4cexa Date: Thu, 22 Dec 2022 21:03:35 -0800 Subject: [PATCH] put message about docker image after docker build, before compile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b86e11a..0e070ee 100644 --- a/Makefile +++ b/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