From 03345453aff3b1b6bb26b66a2ac9e2796252f82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E5=AD=90?= Date: Wed, 14 Dec 2022 09:08:58 +0000 Subject: [PATCH] disable explicitly and suppress this exception --- workspace/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/workspace/Dockerfile b/workspace/Dockerfile index 88bf55b5..63e99fc3 100644 --- a/workspace/Dockerfile +++ b/workspace/Dockerfile @@ -985,6 +985,7 @@ ARG INSTALL_LARAVEL_ENVOY=false RUN if [ ${INSTALL_LARAVEL_ENVOY} = true ]; then \ # Install the Laravel Envoy + composer config --no-plugins allow-plugins.kylekatarnls/update-helper true && \ composer global require laravel/envoy \ ;fi