mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 18:59:27 +00:00
Initial commit
This commit is contained in:
commit
5eb17a48f8
2 changed files with 35 additions and 0 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
FROM wordpress:fpm-alpine
|
||||
|
||||
RUN apk update && apk add --no-cache freetype-dev \
|
||||
libjpeg-turbo-dev \
|
||||
libwebp-dev \
|
||||
libpng-dev \
|
||||
libwebp-tools \
|
||||
curl-dev
|
||||
|
||||
RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && \
|
||||
docker-php-ext-install gd
|
||||
|
||||
RUN docker-php-ext-install curl
|
||||
Loading…
Add table
Add a link
Reference in a new issue