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 apt-get step of the Dockerfile for the devcontainer started to fail
with a permissions error. This fixes that error by setting the user to
root during the execution of apt-get and subsequent COPY operations.
This should be low impact since it only happens in the context of the
devcontainer, and the user is set to vscode later in the process.
0 commit comments