We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c929e commit 1441aabCopy full SHA for 1441aab
docker/app/Dockerfile
@@ -5,7 +5,7 @@ FROM php:$PHP_VERSION-fpm
5
ARG PECL_EXTENSIONS="apcu redis"
6
7
RUN apt-get -y update && \
8
- apt-get -y install --no-install-recommends git unzip libpng-dev libjpeg-dev libfreetype6-dev libicu-dev libzip-dev libxml2-dev libxslt-dev libwebp-dev && \
+ apt-get -y install --no-install-recommends git unzip libpng-dev libjpeg-dev libfreetype6-dev libicu-dev libzip-dev libxml2-dev libxslt-dev libwebp-dev python2 && \
9
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr && \
10
docker-php-ext-install -j$(nproc) pdo_mysql bcmath gd intl opcache zip soap xsl && \
11
pecl install $PECL_EXTENSIONS && \
0 commit comments