Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Oskars Germovs <[email protected]>
  • Loading branch information
Faks committed Mar 22, 2024
1 parent 70330c3 commit 804d255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ COPY install_ssh_keys.sh /usr/local/bin/install_ssh_keys.sh
RUN chmod +x /usr/local/bin/install_ssh_keys.sh
RUN /usr/local/bin/install_ssh_keys.sh

rm -rf /tmp/secure_ssh_keys && \
rm -rf /tmp/insecure_ssh_keys
RUN rm -rf /tmp/secure_ssh_keys && \
rm -rf /tmp/insecure_ssh_keys

RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then \
rm -f /etc/service/sshd/down && \
Expand Down

0 comments on commit 804d255

Please sign in to comment.