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 c2edb07 commit d01bc58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ RUN if [ ${INSTALL_XDEBUG} = false -a ${INSTALL_BLACKFIRE} = true ]; then \

ARG INSTALL_WORKSPACE_SSH=false

COPY phpset.sh /home/laradock/phpset.sh

RUN apt update \
&& apt install sudo -y \
&& chmod +x /home/laradock/phpset.sh \
Expand All @@ -451,7 +453,6 @@ COPY insecure_id_rsa /tmp/insecure_ssh_keys/id_rsa
COPY insecure_id_rsa.pub /tmp/insecure_ssh_keys/id_rsa.pub

COPY install_ssh_keys.sh /usr/local/bin/install_ssh_keys.sh
COPY phpset.sh /home/laradock/phpset.sh

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

0 comments on commit d01bc58

Please sign in to comment.