mirror of
https://git.netzspielplatz.de/docker-multiarch/wordpress-fpm-alpine-webp.git
synced 2025-11-08 18:29:27 +00:00
added ssmtp for mail-stuff
This commit is contained in:
parent
64fadf47f5
commit
abb186966f
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,8 @@ RUN apk update && apk add --no-cache freetype-dev \
|
|||
libwebp-dev \
|
||||
libpng-dev \
|
||||
libwebp-tools \
|
||||
curl-dev
|
||||
curl-dev \
|
||||
ssmtp
|
||||
|
||||
RUN docker-php-ext-configure gd --with-freetype --with-webp --with-jpeg && \
|
||||
docker-php-ext-install gd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue