We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a7fa0 commit 1ea6262Copy full SHA for 1ea6262
test/end-to-end/Dockerfile
@@ -26,9 +26,8 @@ FROM homebrew/brew AS test_pie_installs_build_tools_with_brew
26
RUN brew install php
27
COPY --from=build_pie_phar /app/pie.phar /usr/local/bin/pie
28
USER root
29
-RUN apt-get update && apt-get install -y unzip libbz2-dev
+RUN apt-get update && apt-get install -y unzip
30
RUN apt-get remove --allow-remove-essential -y apt
31
USER linuxbrew
32
-RUN brew install bzip2
33
-RUN pie install --auto-install-build-tools -v php/bz2
+RUN pie install --auto-install-build-tools -v asgrim/example-pie-extension
34
RUN pie show
0 commit comments