FROM phpdockerio/php80-fpm RUN apt-get update RUN apt-get install -y supervisor iputils-ping libboost-dev libxml2-dev RUN apt-get install -y php8.0-curl php8.0-mbstring php8.0-xml php8.0-intl \ php8.0-zip php8.0-xdebug php8.0-pgsql php8.0-bcmath php8.0-amqp \ php-imagick php8.0-gmp php8.0-redis CMD ["supervisord", "-c", "/etc/supervisor/supervisor_nodeamon.conf"]