From 9e5aa278671bea5e0b481a8cbd206b31c1e663e3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 23 Jul 2022 10:20:04 +0200 Subject: [PATCH] fix: use podman instead of docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94b4c80..7c40d9a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a # container runtime. This is needed to start and run a container image. -CONTAINER_RUNTIME?=$(shell which docker) +CONTAINER_RUNTIME?=$(shell which podman) # BIND9_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables.