Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2020-08-26 13:36:42 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2020-09-10 14:56:10 +0300
commitcb5dd4581fb515fc40a51d8af05f6c758a43476a (patch)
tree20d63095e21212f87c5fce6bbe3efbc3acc8c30c /Dockerfile
parent5fcd46ddcb771a12d51537efe68d52f9d2f35255 (diff)
add recommended bcmath module19.0.3-0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 3f0d16f..e6e4113 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -43,6 +43,7 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
libapache2-mod-php \
patch \
php \
+ php-bcmath \
php-curl \
php-dev \
php-dompdf \