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

Commit 3a77f1be authored by Akhil's avatar Akhil 🙂
Browse files

Added imagemagick installation after other packages

parent 7758040f
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="208960"
ARG GOOGLE_INTEGRATION_VERSION="1.0.6-1-nightly"

COPY patches/ ${TMP_PATCH_DIR}/
RUN sed -i 's/21,0,7,0/21,0,7,1/' ${BASE_DIR}/version.php
RUN sed -i 's/21,0,7,0/21,0,7,2/' ${BASE_DIR}/version.php

# Install unzip for unzipping artifacts
RUN apt-get update && apt-get install unzip 
@@ -164,7 +164,6 @@ RUN set -ex; \
        bzip2 \
        busybox-static \
        libldap-common \
        imagemagick \
    ; \
    rm -rf /var/lib/apt/lists/*;

@@ -237,8 +236,11 @@ RUN set -ex; \
        | sort -u \
        | xargs -rt apt-mark manual; \
    \
    apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \
    rm -rf /var/lib/apt/lists/*
    apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; 

# Install imagemagick
RUN apt-get -y install imagemagick
RUN rm -rf /var/lib/apt/lists/*

VOLUME /var/www/html
ENV NEXTCLOUD_VERSION 21.0.7