mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: palabra: node
This commit is contained in:
parent
5e509a4d7b
commit
d37f8cd36e
1 changed files with 2 additions and 4 deletions
|
|
@ -42,11 +42,9 @@ RUN echo "> install bun" && \
|
|||
echo "> install npm globals" && \
|
||||
bun i palabra wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
|
||||
echo "> install rust go deno bun fasm nvim" && \
|
||||
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 && \
|
||||
echo "> install node" && \
|
||||
. $NVM_DIR/nvm.sh && \
|
||||
nvm i node && \
|
||||
ln -fs /${NVM_DIR}/versions/node/$(node -v)/bin/node /usr/local/bin/node
|
||||
. $NVM_DIR/nvm.sh
|
||||
|
||||
USER root
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue