Skip to content

Commit 1441aab

Browse files
authored
Fix: Add python to build (#51)
Fixes #50
1 parent e2c929e commit 1441aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM php:$PHP_VERSION-fpm
55
ARG PECL_EXTENSIONS="apcu redis"
66

77
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 && \
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 python2 && \
99
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr && \
1010
docker-php-ext-install -j$(nproc) pdo_mysql bcmath gd intl opcache zip soap xsl && \
1111
pecl install $PECL_EXTENSIONS && \

0 commit comments

Comments
 (0)