diff --git a/Dockerfile b/Dockerfile
index b756a4c40426b9b0e2510714af7f2e1fe7b6a6fc..d26d41f5cd6dcb2fab4829f1c5be573f12925ac5 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'