feat: check for newuidmap tool during setup (needed for rootless Podman)

This commit is contained in:
Settel 2023-06-04 11:37:41 +02:00
parent 3577a9291a
commit 66fa59ea2e

View File

@ -9,7 +9,7 @@ info:
setup:
@echo "I checking for tools"
@for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait; do \
@for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait newuidmap; do \
echo -n " $$binary: " ; \
if ! which "$$binary"; then \
echo "not found" ;\