File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
projects/fhir_facade_api/.devcontainer Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,3 @@ COPY --chown=vscode:vscode .tool-versions.asdf /home/vscode/.tool-versions.asdf
2626COPY --chown=vscode:vscode .tool-versions /home/vscode/.tool-versions
2727
2828RUN ./vscode_install.sh
29-
30- # need to finish as root
31- USER root
Original file line number Diff line number Diff line change @@ -22,6 +22,3 @@ RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
2222
2323RUN ./vscode_install.sh
2424WORKDIR /home/vscode
25-
26- # need to finish as root
27- USER root
Original file line number Diff line number Diff line change @@ -18,6 +18,3 @@ COPY .tool-versions /tmp/.tool-versions
1818RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
1919
2020RUN ./vscode_install.sh
21-
22- # need to finish as root
23- USER root
You can’t perform that action at this time.
0 commit comments