|
@@ -209,6 +209,8 @@ RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then \
|
|
|
&& rm -f /tmp/id_rsa* \
|
|
|
&& chmod 644 /root/.ssh/authorized_keys /root/.ssh/id_rsa.pub \
|
|
|
&& chmod 400 /root/.ssh/id_rsa \
|
|
|
+ && cp -rf /root/.ssh /home/laradock \
|
|
|
+ && chown -R laradock:laradock /home/laradock/.ssh \
|
|
|
;fi
|
|
|
|
|
|
#####################################
|