Loading Dockerfile +2 −5 Original line number Diff line number Diff line Loading @@ -130,8 +130,7 @@ RUN rm -rf ${BASE_DIR}/themes/Murena && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappymail-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \ tar -xf Murena-theme.tar.gz -C /tmp/ && \ mv /tmp/snappymail-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \ chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ && \ rm -rf Murena-theme.tar.gz ${BASE_DIR}/themes/example/ chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ # User Backend RUN curl -fsSL -o user_backend_sql_raw.tar.gz \ Loading Loading @@ -217,5 +216,3 @@ RUN rm -rf ${BASE_DIR}/themes/eCloud && \ # Seds to fix displayname save regression RUN sed -i "s/'email' ||/'email'/" ${BASE_DIR}/apps/settings/js/federationsettingsview.js RUN sed -i "s/field === 'displayname'//" ${BASE_DIR}/apps/settings/js/federationsettingsview.js No newline at end of file Loading
Dockerfile +2 −5 Original line number Diff line number Diff line Loading @@ -130,8 +130,7 @@ RUN rm -rf ${BASE_DIR}/themes/Murena && \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappymail-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \ tar -xf Murena-theme.tar.gz -C /tmp/ && \ mv /tmp/snappymail-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \ chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ && \ rm -rf Murena-theme.tar.gz ${BASE_DIR}/themes/example/ chown -R www-data:www-data ${BASE_DIR}/themes/Murena/ # User Backend RUN curl -fsSL -o user_backend_sql_raw.tar.gz \ Loading Loading @@ -217,5 +216,3 @@ RUN rm -rf ${BASE_DIR}/themes/eCloud && \ # Seds to fix displayname save regression RUN sed -i "s/'email' ||/'email'/" ${BASE_DIR}/apps/settings/js/federationsettingsview.js RUN sed -i "s/field === 'displayname'//" ${BASE_DIR}/apps/settings/js/federationsettingsview.js No newline at end of file