Loading Dockerfile +0 −2 Original line number Diff line number Diff line Loading @@ -154,8 +154,6 @@ RUN patch -u ${BASE_DIR}/lib/private/L10N/Factory.php -i ${TMP_PATCH_DIR}/032-se # UserConfigChangedEvent Ref: https://github.com/nextcloud/server/pull/42039 RUN cd ${BASE_DIR} && patch -p1 < ${TMP_PATCH_DIR}/036-user-config-change-event.patch # fixed Mailer.php error which is fixed in upstream,so we need to remove this in Nextcloud 29 upgrade RUN patch -u ${BASE_DIR}/lib/private/Mail/Mailer.php -i ${TMP_PATCH_DIR}/037-mailer-template-fix.patch RUN rm -rf ${TMP_PATCH_DIR} # Custom theme Loading Loading
Dockerfile +0 −2 Original line number Diff line number Diff line Loading @@ -154,8 +154,6 @@ RUN patch -u ${BASE_DIR}/lib/private/L10N/Factory.php -i ${TMP_PATCH_DIR}/032-se # UserConfigChangedEvent Ref: https://github.com/nextcloud/server/pull/42039 RUN cd ${BASE_DIR} && patch -p1 < ${TMP_PATCH_DIR}/036-user-config-change-event.patch # fixed Mailer.php error which is fixed in upstream,so we need to remove this in Nextcloud 29 upgrade RUN patch -u ${BASE_DIR}/lib/private/Mail/Mailer.php -i ${TMP_PATCH_DIR}/037-mailer-template-fix.patch RUN rm -rf ${TMP_PATCH_DIR} # Custom theme Loading