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
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
docker-php-ext-install {{ env "PHP_EXTENSIONS" }}
# Upstream ENTRYPOINT
# https://github.com/docker-library/wordpress/blob/master/php7.4/apache/Dockerfile#L120
/usr/local/bin/docker-entrypoint.sh apache2-foreground "$@"