Files
structure/src/dockerfiles/php-fpm/php74.Dockerfile
dimti f68bf45fae * src for workspace & php build
* user images from src
2021-04-15 15:57:05 +03:00

7 lines
201 B
Docker

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