Include sendmail

This commit is contained in:
Robin 2021-01-30 23:39:02 +01:00
parent ed4c0f35fd
commit f3f1af3fc6

View File

@ -2,7 +2,7 @@ ARG PHP_VERSION=7.4
FROM php:${PHP_VERSION}-fpm FROM php:${PHP_VERSION}-fpm
RUN BUILD_DEPS="libmcrypt-dev libldap2-dev" && \ RUN BUILD_DEPS="libmcrypt-dev libldap2-dev" && \
RUNTIME_DEPS="libjpeg62-turbo-dev libfreetype6-dev libpng-dev libfreetype6-dev curl tar" && \ RUNTIME_DEPS="libjpeg62-turbo-dev libfreetype6-dev libpng-dev libfreetype6-dev curl tar sendmail" && \
apt-get update && \ apt-get update && \
apt-get install -y --no-install-recommends $BUILD_DEPS $RUNTIME_DEPS && \ apt-get install -y --no-install-recommends $BUILD_DEPS $RUNTIME_DEPS && \
docker-php-ext-configure gd --with-freetype --with-jpeg && \ docker-php-ext-configure gd --with-freetype --with-jpeg && \