# syntax = edrevo/dockerfile-plus FROM php:5.6-fpm INCLUDE+ ./php.base56.Dockerfile RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \ && docker-php-ext-install -j$(nproc) gd