phar.phar
command-line interpreter for the PHP scripting language (default)
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