phpize
Prepare a PHP extension for compiling. More information: <https://www.php.net/manual/install.pecl.phpize>.
RUN apt-get update && \
apt-get install -y php
RUN apt-get update && \
apt-get install -y php
RUN apk add php
RUN pacman -S --noconfirm php
RUN apt-get update && \
apt-get install -y php
RUN yum install -y php-cli
RUN dnf install -y php-cli
RUN apt-get update && \
apt-get install -y php