File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
projects/fhir_facade_api/.devcontainer Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,6 @@ 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- WORKDIR /home/vscode
29+
30+ # need to finish as root
31+ USER root
Original file line number Diff line number Diff line change @@ -22,3 +22,6 @@ 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 @@ -11,14 +11,13 @@ COPY --chmod=755 scripts ${SCRIPTS_DIR}/${CONTAINER_NAME}
1111WORKDIR ${SCRIPTS_DIR}/${CONTAINER_NAME}
1212RUN ./root_install.sh
1313
14-
15- USER vscode
16-
1714USER vscode
1815
1916WORKDIR ${SCRIPTS_DIR}/${CONTAINER_NAME}
2017COPY .tool-versions /tmp/.tool-versions
2118RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
2219
2320RUN ./vscode_install.sh
24- WORKDIR /home/vscode
21+
22+ # need to finish as root
23+ USER root
You can’t perform that action at this time.
0 commit comments