1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

437: change brew e2e test to use a non-bundled extension

This commit is contained in:
James Titcumb
2026-02-02 16:07:41 +00:00
parent 40a7fa0de3
commit 1ea6262b78

View File

@@ -26,9 +26,8 @@ FROM homebrew/brew AS test_pie_installs_build_tools_with_brew
RUN 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 libbz2-dev
RUN apt-get update && apt-get install -y unzip
RUN apt-get remove --allow-remove-essential -y apt
USER linuxbrew
RUN brew install bzip2
RUN pie install --auto-install-build-tools -v php/bz2
RUN pie install --auto-install-build-tools -v asgrim/example-pie-extension
RUN pie show