php-config
Files needed for building PHP extensions
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-devel
RUN dnf install -y php-devel
RUN apt-get update && \
apt-get install -y php