feat: check for slirp4netns tool during setup (needed for rootless Podman)
This commit is contained in:
parent
e4114837c4
commit
fcfed00d5b
4
Makefile
4
Makefile
@ -9,7 +9,9 @@ info:
|
|||||||
|
|
||||||
setup:
|
setup:
|
||||||
@echo "I checking for tools"
|
@echo "I checking for tools"
|
||||||
@for binary in go go-bindata tmux node yarn npx podman pexec inotifyloop inotifywait newuidmap; do \
|
@for binary in go go-bindata tmux node yarn npx \
|
||||||
|
pexec inotifyloop inotifywait \
|
||||||
|
podman newuidmap slirp4netns; do \
|
||||||
echo -n " $$binary: " ; \
|
echo -n " $$binary: " ; \
|
||||||
if ! which "$$binary"; then \
|
if ! which "$$binary"; then \
|
||||||
echo "not found" ;\
|
echo "not found" ;\
|
||||||
|
Loading…
Reference in New Issue
Block a user