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 d9d8763 commit e5ffc01Copy full SHA for e5ffc01
Dockerfile
@@ -148,8 +148,8 @@ useradd \
148
$USERNAME \
149
&& echo "$USERNAME ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/$USERNAME
150
151
-# set /workspace/simics permissions to root:dev
152
-chown -R root:dev /workspace/{simics,projects} && chmod -R g+w /workspace/{simics,projects}
+# set /workspace/simics permissions to vscode:dev
+chown -R vscode:dev /workspace/{simics,projects,tsffs}
153
154
# install Rust nightly for the user
155
sudo -E -u $USERNAME bash -c 'curl https://sh.rustup.rs -sSf | bash -s -- -y --default-toolchain none'
0 commit comments