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>2021-11-03 22:31:35 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-11-03 22:32:16 +0300
commit10f37edc0263aef3ce028abdc4ebadd6e0ef9ecf (patch)
tree6a089fd11d40286d80cdbc1de9786489eca7a07a
parent50535eecc35e4f0132ed3369dadbc703b811b655 (diff)
install SVG support21.0.5-0
- replaces #150 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 841c2a5..5ff45da 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -64,8 +64,9 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
pwgen \
sudo \
lbzip2 \
- unattended-upgrades \
+ libmagickcore-6.q16-6-extra \
libsmbclient-dev \
+ unattended-upgrades \
unzip
RUN wget -O /tmp/libsmbclient-php.zip https://github.com/eduardok/libsmbclient-php/archive/master.zip && \