Skip to content

Commit d91b1bb

Browse files
committed
Fix: Add maxsocket option npm install to avoid build error in bullseye test.
1 parent eff0b94 commit d91b1bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/BinaryBuilder.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ RUN if case $VARIANT in "alpine"*) true;; *) false;; esac; then apk add build-ba
1010
WORKDIR /usr/src/build
1111

1212
COPY . .
13-
RUN npm install --ignore-scripts
13+
14+
RUN npm install --ignore-scripts --maxsockets=1
1415

1516
ENV CFLAGS="${CFLAGS:-} -include ../src/gcc-preinclude.h"
1617
ENV CXXFLAGS="${CXXFLAGS:-} -include ../src/gcc-preinclude.h"

0 commit comments

Comments
 (0)