zts-php
command-line interpreter for the PHP scripting language (default)
RUN apt-get update && \
apt-get install -y php-cli
RUN apt-get update && \
apt-get install -y php-cli
RUN apk add php-cli
RUN apt-get update && \
apt-get install -y php-cli
RUN yum install -y php-cli
RUN dnf install -y php-cli
RUN apt-get update && \
apt-get install -y php-cli