phpenmod
Enable PHP extensions on Debian-based OSes. More information: <https://salsa.debian.org/php-team/php-defaults>.
RUN apt-get update && \
apt-get install -y php-common
RUN apt-get update && \
apt-get install -y php-common
RUN apk add php-common
RUN apt-get update && \
apt-get install -y php-common
RUN yum install -y php-common
RUN dnf install -y php-common
RUN apt-get update && \
apt-get install -y php-common