diff options
author | jon r <jon@allmende.io> | 2018-12-07 19:10:24 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2018-12-07 17:20:15 -0800 |
commit | 8030353e14926b49b00e3c0d5debcd467999d140 (patch) | |
tree | c881a427fb1e1eae2ae5d12439ff4478c35005e6 | |
parent | de05b804f79d10dca323108808ea5eefa82885cd (diff) |
Update Dockerfile : add php7-bcmath
See #4093 for rationale.
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ ARG VERSION RUN apk update && \ apk add openssl unzip nginx bash ca-certificates s6 curl ssmtp mailx php7 php7-phar php7-curl \ php7-fpm php7-json php7-zlib php7-xml php7-dom php7-ctype php7-opcache php7-zip php7-iconv \ - php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session \ + php7-pdo php7-pdo_mysql php7-pdo_sqlite php7-pdo_pgsql php7-mbstring php7-session php7-bcmath \ php7-gd php7-mcrypt php7-openssl php7-sockets php7-posix php7-ldap php7-simplexml && \ rm -rf /var/cache/apk/* && \ rm -rf /var/www/localhost && \ |