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

Dockerfile linting

parent abcccf28
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,5 @@ RUN apt-get update \ ...@@ -5,6 +5,5 @@ 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 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' \
&& 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-stage webdav url https://ocis.aaistage.owncloud.works/remote.php/webdav/ vendor owncloud bearer_token_command 'oidc-token eosc-stage'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment