Skip to content
Discussion options

You must be logged in to vote

First a question for you:

For ext-mongodb and ext-redis, there should only be one option for either of those; so those two specific extensions shouldn't prompt when using --allow-non-interactive-project-install - could you check which specific extensions are being asked for in that case? To try to reproduce your issue, I built a Dockerfile with the following:

FROM ubuntu AS test_non_interactive
RUN apt-get update && apt-get install -y php unzip libbz2-dev gcc make autoconf bison re2c pkg-config libtool php-dev
COPY --from=build_pie_phar /app/pie.phar /usr/local/bin/pie
RUN mkdir /foo
WORKDIR /foo
RUN echo '{"require":{"php":"~8.3.0","ext-mongodb":"~2.1","ext-redis":"~6.1"}}' >> /foo/compo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Thahun
Comment options

@asgrim
Comment options

@Thahun
Comment options

Answer selected by Thahun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants