Skip to content

Commit eb723bd

Browse files
committed
remove diagnose from build steps
1 parent 7c3072c commit eb723bd

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

latest/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ RUN set -eux ; \
7878
--version=${COMPOSER_VERSION} \
7979
; \
8080
composer --ansi --version --no-interaction ; \
81-
composer diagnose ; \
8281
rm -f /tmp/installer.php ; \
8382
find /tmp -type d -exec chmod -v 1777 {} +
8483

legacy/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ RUN set -eux ; \
7878
--version=${COMPOSER_VERSION} \
7979
; \
8080
composer --ansi --version --no-interaction ; \
81-
composer diagnose ; \
8281
rm -f /tmp/installer.php ; \
8382
find /tmp -type d -exec chmod -v 1777 {} +
8483

lts/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ RUN set -eux ; \
7878
--version=${COMPOSER_VERSION} \
7979
; \
8080
composer --ansi --version --no-interaction ; \
81-
composer diagnose ; \
8281
rm -f /tmp/installer.php ; \
8382
find /tmp -type d -exec chmod -v 1777 {} +
8483

0 commit comments

Comments
 (0)