Loading Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -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" && \ Loading Loading
Dockerfile +3 −0 Original line number Diff line number Diff line Loading @@ -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" && \ Loading