Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57b4798d authored by Akhil's avatar Akhil 🙂
Browse files

move back imagemagick install

parent bed26709
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -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 
@@ -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
@@ -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