Skip to content

Commit 69b4bfb

Browse files
committed
clear ssh dir
1 parent 22a47f1 commit 69b4bfb

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/base/.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ COPY --chown=vscode:vscode .tool-versions /home/vscode/.tool-versions
3333
ENV PATH="/home/vscode/.asdf/shims/:$PATH"
3434
WORKDIR ${SCRIPTS_DIR}/${CONTAINER_NAME}
3535
RUN ./vscode_install.sh
36+
RUN rm -rf /home/vscode/.ssh
3637

3738
USER root
3839
# store version info in VERSION.txt for reference

src/common/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
3535
ENV PATH="/home/vscode/.asdf/shims/:$PATH"
3636

3737
RUN ./vscode_install.sh
38+
RUN rm -rf /home/vscode/.ssh
3839

3940
USER root
4041
# store version info in VERSION.txt for reference

src/projects/fhir_facade_api/.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ COPY .tool-versions /tmp/.tool-versions
3434
RUN cat /tmp/.tool-versions >> /home/vscode/.tool-versions
3535

3636
RUN ./vscode_install.sh
37+
RUN rm -rf /home/vscode/.ssh
3738

3839
USER root
3940
# store version info in VERSION.txt for reference

0 commit comments

Comments
 (0)