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
I'm trying to build a Dockerfile with BuildKit that makes use of Adding files from a git repo.
This just adds an empty directory without failing on the ADD step so either the underlying docker version is too old or it actually needs git installed.