# pecl command replacement # # Usage: # docker run --mount type=bind,src=$PWD,dst=/tmp -ti pecl xxx FROM registry.access.redhat.com/ubi8/php-74:latest USER 0 RUN dnf -y module install php:7.4/devel; \ dnf -y clean all WORKDIR /app ENTRYPOINT ["pecl"] CMD ["help"]