Skip to content

Commit 7a13e4a

Browse files
authored
Fix variable name
1 parent 4e7e003 commit 7a13e4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ COPY ./xdebug_settings_only.ini /etc/php/7.0/cli/conf.d/xdebug_settings_only.ini
6565
ADD insecure_id_rsa /tmp/id_rsa
6666
ADD insecure_id_rsa.pub /tmp/id_rsa.pub
6767
ARG INSTALL_WORKSPACE_SSH=true
68-
ENV INSTALL_WORKSPACE_SSH ${INSTALL_SSH}
68+
ENV INSTALL_WORKSPACE_SSH ${INSTALL_WORKSPACE_SSH}
6969
RUN if [ ${INSTALL_WORKSPACE_SSH} = true ]; then \
7070
rm -f /etc/service/sshd/down && \
7171
cat /tmp/id_rsa.pub >> /root/.ssh/authorized_keys \

0 commit comments

Comments
 (0)