forked from LiveCarta/LiveCartaWP
wordpress config + law-/live- carta themes
This commit is contained in:
8
devops/php_fpm/Dockerfile
Normal file
8
devops/php_fpm/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM wordpress:4.9-fpm
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
libjpeg-dev \
|
||||
libpng-dev \
|
||||
libfreetype6-dev \
|
||||
&& docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr --with-freetype-dir=/usr/include \
|
||||
&& docker-php-ext-install gd
|
||||
Reference in New Issue
Block a user