Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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 \ Loading