php-fpm

server-side, HTML-embedded scripting language (FPM-CGI binary) (default)

Debian Debian
RUN apt-get update && \ apt-get install -y php-fpm
Ubuntu
RUN apt-get update && \ apt-get install -y php-fpm
Alpine
RUN apk add php-fpm
Arch Arch Linux
RUN pacman -S --noconfirm php-fpm
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y php-fpm
CentOS
RUN yum install -y php-fpm
Fedora
RUN dnf install -y php-fpm
Raspbian
RUN apt-get update && \ apt-get install -y php-fpm
click the source code to copy install php-fpm on any operating system with command-not-found.com