Update Makefile to that Container runtime is variable

This commit is contained in:
Markus Opolka
2022-09-14 15:26:08 +02:00
parent 8d54793bf6
commit 38ba19ffec

View File

@@ -1,6 +1,4 @@
# .PHONY: apache fpm fpm-alpine RUNTIME?=podman
RUNTIME = podman
apache-lts: apache-lts:
$(RUNTIME) build --pull -t docker.io/martialblog/limesurvey:3-apache 3.0/apache $(RUNTIME) build --pull -t docker.io/martialblog/limesurvey:3-apache 3.0/apache