gettext moved to parent image

This commit is contained in:
Deon George
2019-05-03 12:29:03 +10:00
parent b29603092e
commit cd409b2002
3 changed files with 1 additions and 27 deletions

View File

@@ -6,6 +6,6 @@ FROM registry.leenooks.net/leenooks/php:7.2-fpm-mp
RUN apt-get update \
&& apt-get install -y libbz2-dev libgmp-dev libpng-dev libjpeg-dev libfreetype6-dev libmagickwand-dev --no-install-recommends \
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-jpeg-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) bz2 gettext sockets gmp gd pcntl exif \
&& docker-php-ext-install -j$(nproc) bz2 sockets gmp gd pcntl exif \
&& pecl install imagick && docker-php-ext-enable imagick \
&& rm -rf /var/lib/apt/lists/* /tmp/*