Skip to content

Commit d37f8cd

Browse files
committed
feature: docker: io: palabra: node
1 parent 5e509a4 commit d37f8cd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docker/Dockerfile.io

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ RUN echo "> install bun" && \
4242
echo "> install npm globals" && \
4343
bun i palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
4444
echo "> install rust go deno bun fasm nvim" && \
45-
bun ${BUN_INSTALL}/bin/palabra i nvm rust go deno fasm nvim rizin yara && \
45+
bun ${BUN_INSTALL}/bin/palabra i nvm node rust go deno fasm nvim rizin yara && \
4646
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
47+
. $NVM_DIR/nvm.sh
5048

5149
USER root
5250

0 commit comments

Comments
 (0)