diff --git a/src/PHP/ComposerInit.php b/src/PHP/ComposerInit.php index 146c7a5..51bf5ea 100644 --- a/src/PHP/ComposerInit.php +++ b/src/PHP/ComposerInit.php @@ -17,7 +17,8 @@ public function __toString(): string return (string) new Dockerfile\Run(sprintf( <<<'RUN' set -ex \ - && composer init --no-interaction --name=%s && pwd + && composer init --no-interaction --name=%s \ + && composer config use-github-api false RUN, $this->name ));