Skip to content

Commit f4dccee

Browse files
authored
Merge pull request #32 from rm-yakovenko/31-Use
31 Use actual php-fpm image version
2 parents 8b464bc + d444f9b commit f4dccee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/app/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM php:7.3-fpm-stretch
1+
FROM php:7-fpm
22

33
RUN apt-get -y -qq update && \
44
apt-get -y -qq install --no-install-recommends gosu git unzip libpng-dev libjpeg-dev libfreetype6-dev libicu-dev libzip-dev libxml2-dev libxslt-dev --no-install-recommends && \
5-
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && \
5+
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
66
docker-php-ext-install -j$(nproc) pdo_mysql bcmath gd intl opcache zip soap xsl && \
77
pecl install apcu && \
88
docker-php-ext-enable apcu && \

0 commit comments

Comments
 (0)