Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -213,8 +213,8 @@ RUN sed -i "s/field === 'displayname'//" ${BASE_DIR}/apps/settings/js/federation # Snappy theme RUN rm -rf ${BASE_DIR}/themes/Murena && \ curl -fsSL -o Murena-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappy-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \ "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/snappy-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \ 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/ Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -213,8 +213,8 @@ RUN sed -i "s/field === 'displayname'//" ${BASE_DIR}/apps/settings/js/federation # Snappy theme RUN rm -rf ${BASE_DIR}/themes/Murena && \ curl -fsSL -o Murena-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/snappymail-theme/-/archive/${SNAPPY_THEME_VERSION}/snappy-theme-${SNAPPY_THEME_VERSION}.tar.gz" && \ "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/snappy-theme-${SNAPPY_THEME_VERSION}/ ${BASE_DIR}/themes/Murena && \ 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/