Loading Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,9 @@ RUN sed -i 's/$this->header, \[$this->themingDefaults->getColorPrimary()/$this-> # Remove changeAvatar in changeUserHook of ldap_write_support as it throws errors RUN sed -i 's/$this->changeAvatar/\/\/ $this->changeAvatar/' ${BASE_DIR}/custom_apps/ldap_write_support/lib/LDAPUserManager.php # Add data-object-type to notification RUN sed -i 's/"object-type":/"data-object-type":/' ${BASE_DIR}/apps/notifications/js/notifications-main.js # Remove 'fix broken values of calendar objects' repair step RUN sed -i '/<step>OCA\\DAV\\Migration\\CalDAVRemoveEmptyValue<\/step>/d' ${BASE_DIR}/apps/dav/appinfo/info.xml Loading Loading
Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -206,6 +206,9 @@ RUN sed -i 's/$this->header, \[$this->themingDefaults->getColorPrimary()/$this-> # Remove changeAvatar in changeUserHook of ldap_write_support as it throws errors RUN sed -i 's/$this->changeAvatar/\/\/ $this->changeAvatar/' ${BASE_DIR}/custom_apps/ldap_write_support/lib/LDAPUserManager.php # Add data-object-type to notification RUN sed -i 's/"object-type":/"data-object-type":/' ${BASE_DIR}/apps/notifications/js/notifications-main.js # Remove 'fix broken values of calendar objects' repair step RUN sed -i '/<step>OCA\\DAV\\Migration\\CalDAVRemoveEmptyValue<\/step>/d' ${BASE_DIR}/apps/dav/appinfo/info.xml Loading