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 c2563ed commit 6a08479Copy full SHA for 6a08479
1 file changed
docker/Dockerfile.io
@@ -13,6 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
13
PATH=/usr/local/src/cargo/bin:$PATH \
14
NVM_DIR=/usr/local/src/nvm \
15
DENO_DIR=/usr/local/src/deno \
16
+ BUN_INSTALL=/usr/local/src/bun \
17
npm_config_cache=/tmp/npm-cache
18
19
ARG GO_VERSION=1.21.2
@@ -42,7 +43,6 @@ RUN apt-get update && \
42
43
npm i wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
44
echo "> install bun" && \
45
curl -fsSL https://bun.sh/install | bash && \
- mv -f ~/.bun /usr/local/src/bun && \
46
ln -fs /usr/local/src/bun/bin/bun /usr/local/bin/bun && \
47
echo "> install deno" && \
48
curl -fsSL https://deno.land/install.sh | sh && \
0 commit comments