Loading Dockerfile +3 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="432959" ARG GOOGLE_INTEGRATION_VERSION="1.0.8" ARG ECLOUD_DASHBOARD_JOB_ID="485170" RUN sed -i 's/23,0,11,1/23,0,11,17/' ${BASE_DIR}/version.php RUN sed -i 's/23,0,11,1/23,0,11,18/' ${BASE_DIR}/version.php COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images Loading Loading @@ -133,7 +133,8 @@ RUN patch -u ${BASE_DIR}/apps/files/js/files.js -i ${TMP_PATCH_DIR}/021-repeated RUN rm -rf ${TMP_PATCH_DIR} # Custom theme RUN curl -fsSL -o eCloud-theme.tar.gz \ RUN rm -rf ${BASE_DIR}/themes/eCloud && \ curl -fsSL -o eCloud-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/nextcloud-theme/-/archive/${THEME_VERSION}/nextcloud-theme-${THEME_VERSION}.tar.gz" && \ tar -xf eCloud-theme.tar.gz -C /tmp/ && \ mv /tmp/nextcloud-theme-${THEME_VERSION}/ ${BASE_DIR}/themes/eCloud && \ Loading Loading
Dockerfile +3 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="432959" ARG GOOGLE_INTEGRATION_VERSION="1.0.8" ARG ECLOUD_DASHBOARD_JOB_ID="485170" RUN sed -i 's/23,0,11,1/23,0,11,17/' ${BASE_DIR}/version.php RUN sed -i 's/23,0,11,1/23,0,11,18/' ${BASE_DIR}/version.php COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images Loading Loading @@ -133,7 +133,8 @@ RUN patch -u ${BASE_DIR}/apps/files/js/files.js -i ${TMP_PATCH_DIR}/021-repeated RUN rm -rf ${TMP_PATCH_DIR} # Custom theme RUN curl -fsSL -o eCloud-theme.tar.gz \ RUN rm -rf ${BASE_DIR}/themes/eCloud && \ curl -fsSL -o eCloud-theme.tar.gz \ "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/nextcloud-theme/-/archive/${THEME_VERSION}/nextcloud-theme-${THEME_VERSION}.tar.gz" && \ tar -xf eCloud-theme.tar.gz -C /tmp/ && \ mv /tmp/nextcloud-theme-${THEME_VERSION}/ ${BASE_DIR}/themes/eCloud && \ Loading