From: Michael Tremer Date: Sat, 23 Sep 2017 18:31:14 +0000 (+0100) Subject: Add Makefile command to build a docker image X-Git-Tag: 0.9.28~1293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a00c7ee6bd6cfd329b1152343a04b42d28a6878;p=pakfire.git Add Makefile command to build a docker image Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index c2fc6d99b..9750f2b95 100644 --- a/Makefile.am +++ b/Makefile.am @@ -336,6 +336,10 @@ EXTRA_DIST += \ docker_DATA = \ Dockerfile +.PHONY: docker +docker: Dockerfile + docker build -t "ipfire/pakfire:$(PACKAGE_VERSION)" . + # ------------------------------------------------------------------------------ dist_configs_DATA = \