php
PHP command-line interface. More information: <https://php.net>.
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