You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"Sorry, this make target requires docker to be installed.";\
212
+
@if !command -v $(OCI)> /dev/null 2>&1;then\
213
+
echo"Sorry, this make target requires docker to be installed, to use another docker-compatible engine, like podman, re-run the make command adding OCI=podman";\
0 commit comments