Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ RUN curl -fsSL -o notes.tar.gz \ # custom Contact RUN curl -fsSL -o contacts.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \ unzip calendar.zip && \ unzip contacts.zip && \ mv dist/contacts ${BASE_DIR}/custom_apps/ && \ rm contacts.zip; Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ RUN curl -fsSL -o notes.tar.gz \ # custom Contact RUN curl -fsSL -o contacts.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/contacts/-/jobs/${CONTACTS_JOB_ID}/artifacts/download" && \ unzip calendar.zip && \ unzip contacts.zip && \ mv dist/contacts ${BASE_DIR}/custom_apps/ && \ rm contacts.zip; Loading