File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
projects/fhir_facade_api/.devcontainer Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ COPY --chown=vscode:vscode .tool-versions /home/vscode/.tool-versions
3333ENV PATH="/home/vscode/.asdf/shims/:$PATH"
3434WORKDIR ${SCRIPTS_DIR}/${CONTAINER_NAME}
3535RUN ./vscode_install.sh
36+ RUN rm -rf /home/vscode/.ssh
3637
3738USER root
3839# store version info in VERSION.txt for reference
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
3535ENV PATH="/home/vscode/.asdf/shims/:$PATH"
3636
3737RUN ./vscode_install.sh
38+ RUN rm -rf /home/vscode/.ssh
3839
3940USER root
4041# store version info in VERSION.txt for reference
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ COPY .tool-versions /tmp/.tool-versions
3434RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
3535
3636RUN ./vscode_install.sh
37+ RUN rm -rf /home/vscode/.ssh
3738
3839USER root
3940# store version info in VERSION.txt for reference
You can’t perform that action at this time.
0 commit comments