We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b464bc + d444f9b commit f4dcceeCopy full SHA for f4dccee
docker/app/Dockerfile
@@ -1,8 +1,8 @@
1
-FROM php:7.3-fpm-stretch
+FROM php:7-fpm
2
3
RUN apt-get -y -qq update && \
4
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/ && \
+ docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ && \
6
docker-php-ext-install -j$(nproc) pdo_mysql bcmath gd intl opcache zip soap xsl && \
7
pecl install apcu && \
8
docker-php-ext-enable apcu && \
0 commit comments