From 26fd7931ae7115b16b89fea3c6ed13ec89efba7e Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Tue, 11 Apr 2023 13:04:35 +0200 Subject: [PATCH] docker/mdshow#4 Update to node 16 and npm 8 to fix build failures --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 037885c..e9ec827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,8 @@ RUN echo "Adding system components" && \ libgtk-3-0 libnspr4 libnss3 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 \ libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 \ libxss1 libxtst6 lsb-release wget xdg-utils && \ + curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && \ + apt install -y nodejs && \ curl -L -o pandoc.deb https://github.com/jgm/pandoc/releases/download/3.1.2/pandoc-3.1.2-1-amd64.deb && \ dpkg -i pandoc.deb && \ rm pandoc.deb -- GitLab