Browse Source

fix Dockerfile parse error line

#2022
Shao Yu-Lung (Allen) 6 years ago
parent
commit
d964e2898c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      workspace/Dockerfile

+ 1 - 1
workspace/Dockerfile

@@ -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