tet
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Aleksander Cynarski 2021-07-02 21:30:36 +02:00
parent b1aa0a9774
commit 351e10d939
Signed by: paramah
GPG Key ID: C4340BA42B9C173A
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
ARG PHP_VERSION=7.4-fpm-alpine3.13 ARG PHP_VERSION=7.4-fpm-alpine3.13
FROM paramah/base:alpine as base-config
# #
# Build php extenstions # Build php extenstions
# #

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
PHP_VERSION=`php -r 'echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;'` PHP_VERSION=`php -r 'echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;'`
PHP_MODULES=("calendar" "bcmath" "bz2" "curl" "fileinfo" "gd" "gettext" "iconv" "imap" "intl" "ldap" "mbstring" "opcache" "pcntl" "pdo" "pdo_mysql" "pdo_pgsql" "pdo_sqlite" "pgsql" "phar" "session" "simplexml" "soap" "xml") #PHP_MODULES=("calendar" "bcmath" "bz2" "curl" "fileinfo" "gd" "gettext" "iconv" "imap" "intl" "ldap" "mbstring" "opcache" "pcntl" "pdo" "pdo_mysql" "pdo_pgsql" "pdo_sqlite" "pgsql" "phar" "session" "simplexml" "soap" "xml")
PHP_MODULES=("calendar")
# #
# Helper functions # Helper functions