We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff0b94 commit d91b1bbCopy full SHA for d91b1bb
tools/BinaryBuilder.Dockerfile
@@ -10,7 +10,8 @@ RUN if case $VARIANT in "alpine"*) true;; *) false;; esac; then apk add build-ba
10
WORKDIR /usr/src/build
11
12
COPY . .
13
-RUN npm install --ignore-scripts
+
14
+RUN npm install --ignore-scripts --maxsockets=1
15
16
ENV CFLAGS="${CFLAGS:-} -include ../src/gcc-preinclude.h"
17
ENV CXXFLAGS="${CXXFLAGS:-} -include ../src/gcc-preinclude.h"
0 commit comments