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