Skip to content

Commit 3512ea6

Browse files
committed
Try vscode user
Signed-off-by: Aaron Wislang <[email protected]>
1 parent 3d9846b commit 3512ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
ARG TAG="latest"
22
FROM mcr.microsoft.com/devcontainers/rust:${TAG}
33

4+
USER vscode
5+
46
COPY ./scripts /tmp/scripts/
57
RUN bash /tmp/scripts/install.sh

0 commit comments

Comments
 (0)