From 3e6e284861f4b2c4158ae7938c1dca85d3063d00 Mon Sep 17 00:00:00 2001 From: alexandre Date: Fri, 9 Jun 2023 14:00:14 +0200 Subject: [PATCH] refs #5739 dockerfile refactored --- Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e1173ad738..db0ef18251 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,6 @@ RUN apt-get update \ curl \ ca-certificates \ gnupg2 \ - graphicsmagick \ && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ && npm install -g npm@9.6.6 @@ -29,6 +28,12 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* \ && npm -g install pm2 +# Additional libraries + +RUN apt-get update \ + && apt-get install -y --no-install-recommends \ + graphicsmagick + # Salix WORKDIR /salix