Skip to content

Commit d964e28

Browse files
authored
fix Dockerfile parse error line
laradock#2022
1 parent 2d7b780 commit d964e28

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
@@ -141,7 +141,7 @@ ENV COMPOSER_AUTH ${COMPOSER_AUTH}
141141

142142
RUN if [ ${COMPOSER_AUTH} = false ]; then \
143143
# remove the file
144-
rm /home/laradock/.composer/auth.json
144+
rm /home/laradock/.composer/auth.json \
145145
;fi
146146

147147
ARG COMPOSER_REPO_PACKAGIST

0 commit comments

Comments
 (0)