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