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 55ad709 commit 0821985
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 @@ -436,11 +436,11 @@ RUN if [ ${INSTALL_XDEBUG} = false -a ${INSTALL_BLACKFIRE} = true ]; then \

ARG INSTALL_WORKSPACE_SSH=false

RUN mkdir -p /tmp/secure_ssh_keys/
RUN mkdir -p /tmp/secure_ssh_keys
COPY ssh_keys/id_rsa /tmp/secure_ssh_keys/id_rsa
COPY ssh_keys/id_rsa.pub /tmp/secure_ssh_keys/id_rsa.pub

RUN mkdir -p /tmp/insecure_ssh_keys/
RUN mkdir -p /tmp/insecure_ssh_keys
COPY insecure_id_rsa /tmp/insecure_ssh_keys/id_rsa
COPY insecure_id_rsa.pub /tmp/insecure_ssh_keys/id_rsa.pub

Expand Down

0 comments on commit 0821985

Please sign in to comment.