Update Dockerfile

This commit is contained in:
Shao Yu-Lung (Allen) 2020-09-15 22:58:26 +08:00 committed by GitHub
parent f2349a6ab9
commit 6d77ff9277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1405,6 +1405,7 @@ RUN if [ ${INSTALL_PROTOC} = true ]; then \
unzip -q -o /tmp/protoc.zip -d /usr/local bin/protoc && \
unzip -q -o /tmp/protoc.zip -d /usr/local 'include/*' && \
rm -f /tmp/protoc.zip \
;fi
###########################################################################
# Check PHP version: