From eb723bde35d03aea01fc23ceef52ee837edc2b5f Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Thu, 14 Nov 2024 11:47:28 +0100 Subject: [PATCH] remove diagnose from build steps --- latest/Dockerfile | 1 - legacy/Dockerfile | 1 - lts/Dockerfile | 1 - 3 files changed, 3 deletions(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 198ec3f..714df7f 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -78,7 +78,6 @@ RUN set -eux ; \ --version=${COMPOSER_VERSION} \ ; \ composer --ansi --version --no-interaction ; \ - composer diagnose ; \ rm -f /tmp/installer.php ; \ find /tmp -type d -exec chmod -v 1777 {} + diff --git a/legacy/Dockerfile b/legacy/Dockerfile index 64ffa29..e76f282 100644 --- a/legacy/Dockerfile +++ b/legacy/Dockerfile @@ -78,7 +78,6 @@ RUN set -eux ; \ --version=${COMPOSER_VERSION} \ ; \ composer --ansi --version --no-interaction ; \ - composer diagnose ; \ rm -f /tmp/installer.php ; \ find /tmp -type d -exec chmod -v 1777 {} + diff --git a/lts/Dockerfile b/lts/Dockerfile index f1086b5..5811351 100644 --- a/lts/Dockerfile +++ b/lts/Dockerfile @@ -78,7 +78,6 @@ RUN set -eux ; \ --version=${COMPOSER_VERSION} \ ; \ composer --ansi --version --no-interaction ; \ - composer diagnose ; \ rm -f /tmp/installer.php ; \ find /tmp -type d -exec chmod -v 1777 {} +