We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d03efb commit 6fbf5d4Copy full SHA for 6fbf5d4
.devcontainer/Dockerfile
@@ -8,7 +8,6 @@ ENV DEBIAN_FRONTEND=noninteractive
8
USER root
9
10
RUN \
11
- adduser --system --disabled-password --shell /bin/bash vscode && \
12
# install docker
13
apt-get update && \
14
apt-get install ca-certificates curl gnupg lsb-release -y && \
0 commit comments