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 f8050a2 commit 4daef83Copy full SHA for 4daef83
1 file changed
dev/dockerfiles/devel/main.Dockerfile
@@ -285,7 +285,9 @@ deb-src http://apt.llvm.org/$(lsb_release -cs)/ llvm-toolchain-$(lsb_release -c
285
&& (git remote add origin https://github.com/trxcllnt/llnode.git 2>/dev/null || true) \
286
&& git fetch origin use-llvm-project-monorepo && git checkout use-llvm-project-monorepo \
287
&& cd / \
288
- && npm install --global --unsafe-perm --no-audit --no-fund /usr/local/lib/llnode \
+ && npm pack --pack-destination /usr/local/lib/llnode /usr/local/lib/llnode \
289
+ && npm install --global --unsafe-perm --no-audit --no-fund /usr/local/lib/llnode/llnode-3.2.0.tgz \
290
+ && rm -rf /usr/local/lib/llnode \
291
&& which -a llnode \
292
\
293
# Clean up
0 commit comments