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

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

added -y when installing imagemagick

parent f0714dc2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ RUN sed -i 's/21,0,5,1/21,0,5,1/' ${BASE_DIR}/version.php
RUN apt-get update && apt-get install unzip 

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

# Custom apps
RUN curl -fsSL -o news.tar.gz \