diff --git a/Dockerfile b/Dockerfile index f2a5475..e46d748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ WORKDIR node-v${NODE_VERSION} RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store -RUN make JOBS=72 BUILDTYPE=Release +RUN make JOBS=4 BUILDTYPE=Release RUN make install