Loading Dockerfile +6 −7 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="208960" ARG GOOGLE_INTEGRATION_VERSION="1.0.6" COPY patches/ ${TMP_PATCH_DIR}/ RUN sed -i 's/21,0,7,0/21,0,7,4/' ${BASE_DIR}/version.php RUN sed -i 's/21,0,7,0/21,0,7,5/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip Loading Loading @@ -170,13 +170,9 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ ; # Install imagemagick RUN apt-get -y install imagemagick; \ ; \ rm -rf /var/lib/apt/lists/*; # install the PHP extensions we need # see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html ENV PHP_MEMORY_LIMIT 512M Loading Loading @@ -246,7 +242,10 @@ RUN set -ex; \ | sort -u \ | xargs -rt apt-mark manual; \ \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; # Install imagemagick RUN apt-get -y install imagemagick;\ rm -rf /var/lib/apt/lists/*; VOLUME /var/www/html Loading Loading
Dockerfile +6 −7 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="208960" ARG GOOGLE_INTEGRATION_VERSION="1.0.6" COPY patches/ ${TMP_PATCH_DIR}/ RUN sed -i 's/21,0,7,0/21,0,7,4/' ${BASE_DIR}/version.php RUN sed -i 's/21,0,7,0/21,0,7,5/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip Loading Loading @@ -170,13 +170,9 @@ RUN set -ex; \ bzip2 \ busybox-static \ libldap-common \ ; # Install imagemagick RUN apt-get -y install imagemagick; \ ; \ rm -rf /var/lib/apt/lists/*; # install the PHP extensions we need # see https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html ENV PHP_MEMORY_LIMIT 512M Loading Loading @@ -246,7 +242,10 @@ RUN set -ex; \ | sort -u \ | xargs -rt apt-mark manual; \ \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \ apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; # Install imagemagick RUN apt-get -y install imagemagick;\ rm -rf /var/lib/apt/lists/*; VOLUME /var/www/html Loading