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 3d9846b commit 3512ea6Copy full SHA for 3512ea6
.devcontainer/docker/Dockerfile
@@ -1,5 +1,7 @@
1
ARG TAG="latest"
2
FROM mcr.microsoft.com/devcontainers/rust:${TAG}
3
4
+USER vscode
5
+
6
COPY ./scripts /tmp/scripts/
7
RUN bash /tmp/scripts/install.sh
0 commit comments