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

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: