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

Commit f0714dc2 authored by Akhil's avatar Akhil 🙂
Browse files

Added install imagemagick step

parent 4acdb1d7
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ RUN sed -i 's/21,0,5,1/21,0,5,1/' ${BASE_DIR}/version.php
# Install unzip for unzipping artifacts
RUN apt-get update && apt-get install unzip 

# To resolve warning about "SVG support"
RUN apt-get install imagemagick 

# Custom apps
RUN curl -fsSL -o news.tar.gz \
    "https://github.com/nextcloud/news/releases/download/${NEWS_VERSION}/news.tar.gz" && \