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
$ node bin/dockerfile-utils lint
Line: 2
RUN --mount=type=cache,target=/var/cache/foo,uid=1,gid=1
^^^
Error: Instruction has no arguments
Line: 3
RUN
^^^
Error: Instruction has no arguments
The text was updated successfully, but these errors were encountered:
Seems like you can have zero instructions for
RUN
when using BuildKit so we should add support for this.The text was updated successfully, but these errors were encountered: