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-01-15 03:59:38 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-03-19 01:41:45 +0300
commitaa7ce60611cc7137da0c9d7a221096ba620cc61f (patch)
treef8cfa912875d4d0c1ac4daf4c2f22b3a449f72c7
parent5c4bd9efa5a76a758470a6449b5184364b32b43c (diff)
install libfuse2 for AppImage support (req. by richdocumentscode)v20.0.8-020.0.8-0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index b267841..5b50dd9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -41,6 +41,7 @@ RUN /bin/bash -c "export DEBIAN_FRONTEND=noninteractive" && \
cron \
curl \
libapache2-mod-php \
+ libfuse2 \
patch \
php \
php-bcmath \