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 5e509a4 commit d37f8cdCopy full SHA for d37f8cd
1 file changed
docker/Dockerfile.io
@@ -42,11 +42,9 @@ RUN echo "> install bun" && \
42
echo "> install npm globals" && \
43
bun i palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
44
echo "> install rust go deno bun fasm nvim" && \
45
- bun ${BUN_INSTALL}/bin/palabra i nvm rust go deno fasm nvim rizin yara && \
+ bun ${BUN_INSTALL}/bin/palabra i nvm node rust go deno fasm nvim rizin yara && \
46
echo "> install node" && \
47
- . $NVM_DIR/nvm.sh && \
48
- nvm i node && \
49
- ln -fs /${NVM_DIR}/versions/node/$(node -v)/bin/node /usr/local/bin/node
+ . $NVM_DIR/nvm.sh
50
51
USER root
52
0 commit comments