diff --git a/Makefile b/Makefile index 591fccd2..8f4ff3a5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON ?= /usr/bin/python3 DESTDIR ?= / PREFIX ?= /usr mandir ?= $(PREFIX)/share/man -DOCKER ?= docker +DOCKER ?= podman DOCS_VERSION ?= next RUN_TESTS ?= ci