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
{{ message }}
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
building docker image: FAIL
Step 15/50 : RUN adduser --shell /bin/bash --disabled-password --gecos "" ${USER}
---> Running in 562a7200aae8
adduser: Only one or two names allowed.
2019/10/25 17:29:14 error while building: The command '/bin/sh -c adduser --shell /bin/bash --disabled-password --gecos "" ${USER}' returned a non-zero code: 1
Tested this with similar environment.
Issue is that the ARG USER is blank by default when buidling the image (same when using docker build . directly..).
Check image-build-args in https://github.com/Azure/draft/blob/master/docs/reference/dep-006.md for defining build-args for the image building phase in draft
I'm running draft on macos 10.14.6:
I've done:
I get:
My source code is:
https://github.com/opencv/cvat
The text was updated successfully, but these errors were encountered: