From 6d77ff9277f354622f25d4f9006d317b82622ec3 Mon Sep 17 00:00:00 2001 From: "Shao Yu-Lung (Allen)" Date: Tue, 15 Sep 2020 22:58:26 +0800 Subject: [PATCH] Update Dockerfile --- workspace/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 0686013b..c0279b0d 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -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: