From 4f30879ff8a56a97134c971600f130a4e7c3146a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz> Date: Tue, 11 Jun 2024 18:49:30 +0200 Subject: [PATCH] Dockerfile linting --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b756a4c..d26d41f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,5 @@ RUN apt-get update \ && apt-get install -y --no-install-recommends ca-certificates 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' - -RUN rclone config create owncloud-stage webdav url https://ocis.aaistage.owncloud.works/remote.php/webdav/ vendor owncloud bearer_token_command 'oidc-token eosc-stage' +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' \ + && rclone config create owncloud-stage webdav url https://ocis.aaistage.owncloud.works/remote.php/webdav/ vendor owncloud bearer_token_command 'oidc-token eosc-stage' -- GitLab