From 9fb7a7fdcf787dca269220949b3236c225acddd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Fri, 6 Sep 2024 11:18:04 +0200 Subject: [PATCH] Move layers around to improve chance of reusing expensive layers --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 795e678..1a5c114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,6 @@ HEALTHCHECK --interval=10s --start-period=90s CMD netstat -ltn | grep -c ":9000" COPY context/ / -COPY --from=blackfire /usr/local/bin/blackfire /usr/bin -COPY --from=composer /usr/bin/composer /usr/bin COPY --from=php-extension-installer /usr/bin/install-php-extensions /usr/bin RUN < /etc/eol.json