disable explicitly and suppress this exception
This commit is contained in:
parent
253783fb21
commit
03345453af
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue