fix Dockerfile parse error line

#2022
This commit is contained in:
Shao Yu-Lung (Allen)
2019-03-01 12:04:32 +08:00
committed by GitHub
parent 2d7b780e56
commit d964e2898c

View File

@ -141,7 +141,7 @@ ENV COMPOSER_AUTH ${COMPOSER_AUTH}
RUN if [ ${COMPOSER_AUTH} = false ]; then \
# remove the file
rm /home/laradock/.composer/auth.json
rm /home/laradock/.composer/auth.json \
;fi
ARG COMPOSER_REPO_PACKAGIST