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 3aac4e6 commit 5640fc7Copy full SHA for 5640fc7
1 file changed
docker/Dockerfile.io
@@ -32,8 +32,10 @@ RUN apt-get update && \
32
echo "> install nvm" && \
33
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash && \
34
. ~/.nvm/nvm.sh && \
35
- mv -f ~/.nvm /usr/local/src/nvm && \
36
nvm i node && \
+ mv -f ~/.nvm/* /usr/local/src/nvm/ && \
37
+ rm -rf ~/.nvm && \
38
+ ln -s /usr/local/src/nvm/versions/node/$(node -v)/bin/node /usr/local/bin/node && \
39
echo "> install npm globals" && \
40
npm i wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
41
echo "> install bun" && \
0 commit comments