Open trickert76 opened 3 years ago
Hi trickert76,
I had the same problem with podman today and was able to fix it by changing the line to:
RUN yes '' | pecl install apcu \
&& yes '' | pecl install yaml-2.0.4 \
&& docker-php-ext-enable apcu yaml
Hi,
because it exists, I try to run the image via podman v2.2.1. For that I need to build it. But during build process on the task
I'm getting this output and the build process stops. I think it asked for user input.
Nothing happens - it waits. I can't find any command switch like -yes or -no in pecl. I know, that is maybe not your issue, but maybe you've an idea.