added ssmtp for mail-stuff

This commit is contained in:
Micha Gläß-Stöcker 2020-10-13 15:26:44 +02:00
parent 64fadf47f5
commit abb186966f

View file

@ -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