1 parent 2ae2611 commit a682ea1Copy full SHA for a682ea1
1 file changed
test/integration/Dockerfile
@@ -8,7 +8,8 @@ RUN apt-get update && apt-get install -y \
8
&& rm -rf /var/lib/apt/lists/*
9
10
# Install OpenClaw globally (peer dependency)
11
-RUN npm install -g openclaw@latest
+# --ignore-scripts avoids native compilation of optional deps like @discordjs/opus
12
+RUN npm install -g --ignore-scripts openclaw@latest
13
14
# Copy ClawRouter source and build
15
WORKDIR /opt/clawrouter
0 commit comments