fix(makefile): use podman instead of docker

This commit is contained in:
Markus Pesch 2023-07-09 12:59:32 +02:00
parent c38e6019ca
commit 555a7ce696
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -2,7 +2,7 @@ DESTDIR?=
PREFIX?=/usr/local
EXECUTABLE?=prometheus-fail2ban-exporter
CONTAINER_RUNTIME?=$(shell which docker)
CONTAINER_RUNTIME?=$(shell which podman)
# List make commands
.PHONY: ls