Loading Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -82,9 +82,9 @@ RUN curl -fsSL -o snappymail.tar.gz \ rm snappymail.tar.gz; RUN curl -fsSL -o user_migration.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}/artifacts/download" && \ unzip user_migration.zip -C ${BASE_DIR}/custom_apps/ && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/user_migration && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}}/artifacts/download" && \ unzip user_migration.zip && \ mv dist/user_migration ${BASE_DIR}/custom_apps/ && \ rm user_migration.zip; # Fix snappymail icon Loading Loading
Dockerfile +3 −3 Original line number Diff line number Diff line Loading @@ -82,9 +82,9 @@ RUN curl -fsSL -o snappymail.tar.gz \ rm snappymail.tar.gz; RUN curl -fsSL -o user_migration.zip \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}/artifacts/download" && \ unzip user_migration.zip -C ${BASE_DIR}/custom_apps/ && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/user_migration && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/user_migration/-/jobs/${USER_MIGRATION_JOB_ID}}/artifacts/download" && \ unzip user_migration.zip && \ mv dist/user_migration ${BASE_DIR}/custom_apps/ && \ rm user_migration.zip; # Fix snappymail icon Loading