From d964e2898c67f126250c286d510ed4482bc84b56 Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Fri, 1 Mar 2019 12:04:32 +0800 Subject: [PATCH] fix Dockerfile parse error line #2022 --- workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 501c4873..17a4886e 100644 --- a/workspace/Dockerfile +++ b/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