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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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