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 23, 2024
1 parent 4473c58 commit 5ded8df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,10 @@ RUN mkdir -p /tmp/secure_ssh_keys && \
chmod 7777 /tmp/secure_ssh_keys && \
chmod 7777 /tmp/insecure_ssh_keys

COPY secure_ssh_keys/id_rsa secure_ssh_keys/id_rsa.pub /tmp/secure_ssh_keys/
COPY insecure_id_rsa insecure_id_rsa.pub /tmp/insecure_ssh_keys/
COPY secure_ssh_keys/id_rsa /tmp/secure_ssh_keys/
COPY secure_ssh_keys/id_rsa.pub /tmp/secure_ssh_keys/
COPY insecure_id_rsa /tmp/insecure_ssh_keys/
COPY insecure_id_rsa.pub /tmp/insecure_ssh_keys/
COPY install_ssh_keys.sh /usr/local/bin/install_ssh_keys.sh

RUN chmod +x /usr/local/bin/install_ssh_keys.sh
Expand Down

0 comments on commit 5ded8df

Please sign in to comment.