There was an error while loading. Please reload this page.
1 parent 216c894 commit 090600aCopy full SHA for 090600a
hugegraph-hubble/Dockerfile
@@ -17,6 +17,7 @@
17
18
FROM maven:3.9.0-eclipse-temurin-11 AS build
19
20
+ENV NODE_OPTIONS=--dns-result-order=ipv4first
21
22
ARG MAVEN_ARGS
23
hugegraph-hubble/hubble-dist/pom.xml
@@ -100,7 +100,7 @@
100
<goal>yarn</goal>
101
</goals>
102
<configuration>
103
- <arguments>install --network-timeout 600000</arguments>
+ <arguments>install --network-timeout 600000 --verbose --network-concurrency 1</arguments>
104
</configuration>
105
</execution>
106
0 commit comments