tests: Changed Docker to podman in Makefile

This commit is contained in:
Jakub Rusz 2019-11-12 12:15:36 +01:00 committed by Brian C. Lane
parent f52e56c628
commit e38e2ead1e
1 changed files with 1 additions and 1 deletions

View File

@ -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