File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM node:20.14.0-bookworm
2- ENV PS_VERSION=0.14.75 \
2+ ENV PS_VERSION=0.14.76 \
33 URSIM_VERSION=0.12.159 \
44 SDK_VERSION=5.4.52
55SHELL ["/bin/bash" , "-c" ]
@@ -36,7 +36,7 @@ RUN set -ex; \
3636COPY *.zip /
3737
3838# Set up non-root user
39- ARG USERNAME=psxdev
39+ ARG USERNAME=dev
4040ARG USER_UID=1001
4141ARG USER_GID=$USER_UID
4242RUN set -ex; \
@@ -46,7 +46,7 @@ RUN set -ex; \
4646 echo $USERNAME ALL=\( root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME; \
4747 chmod 0440 /etc/sudoers.d/$USERNAME
4848
49- # unzip files, chown to psxdev
49+ # unzip files, chown to dev
5050RUN set -ex; \
5151 unzip '*.zip' ; \
5252 rm *.zip; \
Original file line number Diff line number Diff line change 1414 ],
1515 "onCreateCommand" : " sudo chmod 666 /var/run/docker.sock" ,
1616 "updateContentCommand" : {
17- "setOwnership" : " sudo chown -R psxdev:psxdev ${containerWorkspaceFolder} /ursim-polyscopex-0.12.159 /sdk-polyscopex-5.4.52"
17+ "setOwnership" : " sudo chown -R dev:dev ${containerWorkspaceFolder} /ursim-polyscopex-0.12.159 /sdk-polyscopex-5.4.52"
1818 },
1919 "postCreateCommand" : {
2020 "prepareUrsim" : " sudo rm -f run-simulator && ln -s /ursim-polyscopex-0.12.159/run-simulator ${containerWorkspaceFolder}" ,
You can’t perform that action at this time.
0 commit comments