mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-26 13:46:41 +00:00
build: use podman by default
This commit is contained in:
parent
792270e7f9
commit
9830ab5d8a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ endif
|
|||
# Be aware that the target commands are only tested with Docker which is
|
||||
# scaffolded by default. However, you might want to replace it to use other
|
||||
# tools. (i.e. podman)
|
||||
CONTAINER_TOOL ?= docker
|
||||
CONTAINER_TOOL ?= podman
|
||||
|
||||
# Setting SHELL to bash allows bash commands to be executed by recipes.
|
||||
# Options are set to exit when a recipe line exits non-zero or a piped command fails.
|
||||
|
|
Loading…
Reference in a new issue