disable explicitly and suppress this exception

This commit is contained in:
东子 2022-12-14 09:08:58 +00:00
parent 253783fb21
commit 03345453af
1 changed files with 1 additions and 0 deletions

View File

@ -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