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-08-27 12:30:45 +0300
commit656abe16a21b993ca2f7a9e852c70282a4c8bc06 (patch)
tree709573f13c07056aef87c4fbe1baa8444d390f6d
parentcc004472a255d06a28e8571679bba3bd8af854af (diff)
add recommended bcmath module19.0.2-0
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 023a0cf..f27497a 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 \