Fix variable name
This commit is contained in:
parent
4e7e003e87
commit
7a13e4a343
|
@ -65,7 +65,7 @@ COPY ./xdebug_settings_only.ini /etc/php/7.0/cli/conf.d/xdebug_settings_only.ini
|
||||||
ADD insecure_id_rsa /tmp/id_rsa
|
ADD insecure_id_rsa /tmp/id_rsa
|
||||||
ADD insecure_id_rsa.pub /tmp/id_rsa.pub
|
ADD insecure_id_rsa.pub /tmp/id_rsa.pub
|
||||||
ARG INSTALL_WORKSPACE_SSH=true
|
ARG INSTALL_WORKSPACE_SSH=true
|
||||||
ENV INSTALL_WORKSPACE_SSH ${INSTALL_SSH}
|
ENV INSTALL_WORKSPACE_SSH ${INSTALL_WORKSPACE_SSH}
|
||||||
RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then \
|
RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then \
|
||||||
rm -f /etc/service/sshd/down && \
|
rm -f /etc/service/sshd/down && \
|
||||||
cat /tmp/id_rsa.pub >> /root/.ssh/authorized_keys \
|
cat /tmp/id_rsa.pub >> /root/.ssh/authorized_keys \
|
||||||
|
|
Loading…
Reference in New Issue