From ab44b51bbad354d847c7fbd9277f7279027f0317 Mon Sep 17 00:00:00 2001 From: alexandre Date: Mon, 12 Jun 2023 07:42:14 +0200 Subject: [PATCH] refs #5739 minor fixes --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db0ef1825..00141234f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,14 +25,14 @@ RUN apt-get update \ libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 \ libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \ fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget \ - && rm -rf /var/lib/apt/lists/* \ && npm -g install pm2 # Additional libraries RUN apt-get update \ && apt-get install -y --no-install-recommends \ - graphicsmagick + graphicsmagick \ + && rm -rf /var/lib/apt/lists/* # Salix