* src for workspace & php build
* user images from src
This commit is contained in:
7
src/dockerfiles/php-fpm/php74.Dockerfile
Normal file
7
src/dockerfiles/php-fpm/php74.Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
# 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
|
Reference in New Issue
Block a user