Skip to content
Snippets Groups Projects
Commit 4b678946 authored by František Dvořák's avatar František Dvořák
Browse files

Install fuse3

parent 87fde2ce
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,11 @@ FROM ubuntu:22.04 ...@@ -2,7 +2,11 @@ FROM ubuntu:22.04
LABEL maintainter="František Dvořák <valtri@civ.zcu.cz>" LABEL maintainter="František Dvořák <valtri@civ.zcu.cz>"
RUN apt-get update \ 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/* && 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' \ 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' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment