phar
Create, update or extract PHP archives (PHAR). More information: <https://manned.org/phar>.
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