Skip to content

Commit

Permalink
Merge pull request #32 from rm-yakovenko/31-Use
Browse files Browse the repository at this point in the history
31 Use actual php-fpm image version
  • Loading branch information
rm-yakovenko authored Jul 16, 2020
2 parents 8b464bc + d444f9b commit f4dccee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM php:7.3-fpm-stretch
FROM php:7-fpm

RUN apt-get -y -qq update && \
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 && \
docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && \
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
docker-php-ext-install -j$(nproc) pdo_mysql bcmath gd intl opcache zip soap xsl && \
pecl install apcu && \
docker-php-ext-enable apcu && \
Expand Down

0 comments on commit f4dccee

Please sign in to comment.