From 372b62a334641b485c7499a5c8291c71675a1da8 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Mon, 7 Sep 2026 22:04:40 +0100 Subject: [PATCH] Remove gh CLI from brew image as it isn't used --- test/end-to-end/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end/Dockerfile b/test/end-to-end/Dockerfile index 986db2af..02a35313 100644 --- a/test/end-to-end/Dockerfile +++ b/test/end-to-end/Dockerfile @@ -38,7 +38,7 @@ FROM homebrew_base AS test_pie_installs_build_tools_with_brew RUN brew update && brew install php COPY --from=build_pie_phar /app/pie.phar /usr/local/bin/pie USER root -RUN apt-get update && apt-get install -y unzip +RUN rm -f /etc/apt/sources.list.d/github-cli.list && apt-get update && apt-get install -y unzip RUN apt-get remove --allow-remove-essential -y apt USER linuxbrew RUN pie install --auto-install-build-tools -v asgrim/example-pie-extension:2.0.5