We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792e098 commit 472da7eCopy full SHA for 472da7e
1 file changed
build.cs
@@ -54,7 +54,7 @@ await RunAsync("docker",
54
"-w /app " +
55
"-e NODE_OPTIONS=\"--max-old-space-size=8192\" " +
56
"node:24-slim " +
57
- "sh -c \"apt-get update && apt-get install -y curl wget git && npm ci && npm run build && cp -r dist/. /output/\"",
+ "sh -c \"apt-get update && apt-get install -y git && npm ci && npm run build && cp -r dist/. /output/\"",
58
configureEnvironment: env => env.Add("MSYS_NO_PATHCONV", "1"));
59
});
60
0 commit comments