From 4b67894635307954b93adc281bcea404faca0303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Mon, 24 Jun 2024 17:44:12 +0200 Subject: [PATCH] Install fuse3 --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d26d41f..63a5f45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,11 @@ FROM ubuntu:22.04 LABEL maintainter="František Dvořák <valtri@civ.zcu.cz>" RUN apt-get update \ - && apt-get install -y --no-install-recommends ca-certificates oidc-agent-cli rclone \ + && apt-get install -y --no-install-recommends \ + ca-certificates \ + fuse3 \ + oidc-agent-cli \ + rclone \ && rm -rf /var/lib/apt/lists/* RUN rclone config create owncloud-test webdav url https://ocis.aaitest.owncloud.works/remote.php/webdav/ vendor owncloud bearer_token_command 'oidc-token eosc-test' \ -- GitLab