From 2a2baa8d29ebef037f451afc54bb36307a1ecd50 Mon Sep 17 00:00:00 2001 From: jmanjon Date: Fri, 21 Jan 2022 17:13:40 +0000 Subject: [PATCH] Fix for #281 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93724a90..8d4a0857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -148,7 +148,7 @@ RUN set -ex && apt-get update && apt-get install -y --no-install-recommends \ # Install latest Node version RUN curl -fsSL https://deb.nodesource.com/setup_${node_version}.x | bash - -RUN apt-get install -y nodejs +RUN apt-get install -y nodejs npm # Add TypeScript support RUN npm config set unsafe-perm true