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
$ docker build .
Sending build context to Docker daemon 46.79MB
Error response from daemon: Dockerfile parse error line 2: USER requires exactly one argument
The validation code does not consider USER \ as an error but it should.
The validation code does not consider
USER \
as an error but it should.The text was updated successfully, but these errors were encountered: