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
The file Docker file bazel/oci/Dockerfile creates the ubuntu user like this:
RUN useradd --system --create-home --home-dir=/home/ubuntu --shell=/bin/bash --gid=root --groups=sudo --uid=1000 ubuntu
The intention seems to be that this user can use sudo. Unfortunately the sudo package itself is missing which makes it difficult to install extra packages when using this container.