Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ RUN curl -fsSL -o rainloop.tar.gz \ rm rainloop.tar.gz; RUN curl -fsSL -o ecloud-theme-helper.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_VERSION_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_JOB_ID}/artifacts/download" && \ unzip ecloud-theme-helper.zip && \ mv dist/ecloud-theme-helper ${BASE_DIR}/custom_apps/ && \ rm ecloud-theme-helper.zip; Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ RUN curl -fsSL -o rainloop.tar.gz \ rm rainloop.tar.gz; RUN curl -fsSL -o ecloud-theme-helper.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_VERSION_JOB_ID}/artifacts/download" && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_JOB_ID}/artifacts/download" && \ unzip ecloud-theme-helper.zip && \ mv dist/ecloud-theme-helper ${BASE_DIR}/custom_apps/ && \ rm ecloud-theme-helper.zip; Loading