Skip to content

Commit 1ea6262

Browse files
committed
437: change brew e2e test to use a non-bundled extension
1 parent 40a7fa0 commit 1ea6262

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/end-to-end/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ FROM homebrew/brew AS test_pie_installs_build_tools_with_brew
2626
RUN brew install php
2727
COPY --from=build_pie_phar /app/pie.phar /usr/local/bin/pie
2828
USER root
29-
RUN apt-get update && apt-get install -y unzip libbz2-dev
29+
RUN apt-get update && apt-get install -y unzip
3030
RUN apt-get remove --allow-remove-essential -y apt
3131
USER linuxbrew
32-
RUN brew install bzip2
33-
RUN pie install --auto-install-build-tools -v php/bz2
32+
RUN pie install --auto-install-build-tools -v asgrim/example-pie-extension
3433
RUN pie show

0 commit comments

Comments
 (0)