Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion magento/2.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Click & Mortar <contact@clickandmortar.fr>

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
git wget zip zlib1g-dev libicu-dev libpng-dev libfreetype6-dev libjpeg62-turbo-dev libxml2-dev libxslt1-dev \
git wget zip zlib1g-dev libicu-dev libpng-dev libfreetype6-dev libjpeg62-turbo-dev libxml2-dev libxslt1-dev ssmtp \
&& wget https://getcomposer.org/composer.phar -O /usr/local/bin/composer \
&& chmod +x /usr/local/bin/composer \
&& docker-php-ext-install pdo pdo_mysql opcache zip json bcmath soap xsl \
Expand Down
2 changes: 2 additions & 0 deletions magento/2.3/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ upload_max_filesize=100M
opcache.max_accelerated_files = 20000
realpath_cache_size = 4096K
realpath_cache_ttl = 600

sendmail_path = /usr/sbin/sendmail -t -i