diff --git a/docker/Dockerfile b/docker/Dockerfile index 84c179e..b1c4144 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -88,7 +88,7 @@ RUN echo 'build:build' | chpasswd RUN ln -s /usr/bin/python3 /usr/bin/python RUN printf '\n\n\ eval $(ssh-agent -s &> /dev/null)\n\ -find /home/build/.ssh/ -type f -exec grep -l "PRIVATE" {} \; | xargs ssh-add &> /dev/null'\ +find /home/build/.ssh/ -type f -exec grep -l "PRIVATE" {} \; | xargs ssh-add &> /dev/null\n'\ >> /home/build/.bashrc RUN printf 'add-auto-load-safe-path /workspace/.gdbinit' >> /home/build/.gdbinit USER build