From 38ba19ffec255a93e1038f0bb2acd734a4a881c2 Mon Sep 17 00:00:00 2001 From: Markus Opolka Date: Wed, 14 Sep 2022 15:26:08 +0200 Subject: [PATCH] Update Makefile to that Container runtime is variable --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c92718c..53b316b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,4 @@ -# .PHONY: apache fpm fpm-alpine - -RUNTIME = podman +RUNTIME?=podman apache-lts: $(RUNTIME) build --pull -t docker.io/martialblog/limesurvey:3-apache 3.0/apache