Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a86d1e6d authored by Ronak Patel's avatar Ronak Patel
Browse files

Dockerfile updated

parent d67f3c56
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -143,6 +143,10 @@ RUN cd ${BASE_DIR} && patch -u ${BASE_DIR}/3rdparty/sabre/vobject/lib/ITip/Broke
RUN patch -u ${BASE_DIR}/apps/dav/lib/CalDAV/Reminder/ReminderService.php -i ${TMP_PATCH_DIR}/024-reminder-service-handle-exception.patch
RUN patch -u ${BASE_DIR}/apps/theming/lib/Themes/CommonThemeTrait.php -i ${TMP_PATCH_DIR}/026-primary-color-fix.patch

#snappymail patches
RUN cd ${BASE_DIR} && patch -u ${BASE_DIR}/custom_apps/snappymail/plugins/nextcloud/langs/en.ini -i ${TMP_PATCH_DIR}/029-patch_snappymail_add_to_calendar.patch
RUN cd ${BASE_DIR} && patch -u ${BASE_DIR}/custom_apps/snappymail/snappymail/v/0.0.0/app/templates/Views/User/MailMessageView.html -i ${TMP_PATCH_DIR}/031-patch_snappymail_open_attachment.patch

RUN rm -rf ${TMP_PATCH_DIR}

# Custom theme