Answer the question
In order to leave comments, you need to log in
What needs to be added to the Dockerfile for php:7.1-fpm so that the images are loaded and processed?
Good afternoon!
/docker/containers/php-fpm/Dockerfile :
FROM php:7.1-fpm
RUN apt-get update && apt-get install -y libmcrypt-dev libpq-dev ffmpeg \
&& docker-php-ext-configure pgsql -with-pgsql=/usr/local/pgsql \
&& docker-php-ext-install mcrypt pdo_pgsql pgsql bcmath
ADD ./conf/default.ini /usr/local/etc/php/conf.d/default.ini
WORKDIR /var/www
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question