Enable additional PHP extensions

This commit is contained in:
3wc
2020-10-23 04:15:35 +02:00
parent c6039c3b54
commit 43cbfafb8a
6 changed files with 37 additions and 7 deletions
+1 -3
View File
@@ -4,6 +4,4 @@ apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y msmtp && rm
echo "sendmail_path = /usr/bin/msmtp -t -i" > /usr/local/etc/php/conf.d/sendmail.ini
# Upstream ENTRYPOINT
# https://github.com/docker-library/wordpress/blob/master/php7.4/apache/Dockerfile#L120
/usr/local/bin/docker-entrypoint.sh apache2-foreground "$@"
/docker-entrypoint.sh "$@"