Skip to content

Commit 6a08479

Browse files
committed
feature: docker: io: BUN_INSTALL
1 parent c2563ed commit 6a08479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
1313
PATH=/usr/local/src/cargo/bin:$PATH \
1414
NVM_DIR=/usr/local/src/nvm \
1515
DENO_DIR=/usr/local/src/deno \
16+
BUN_INSTALL=/usr/local/src/bun \
1617
npm_config_cache=/tmp/npm-cache
1718

1819
ARG GO_VERSION=1.21.2
@@ -42,7 +43,6 @@ RUN apt-get update && \
4243
npm i wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
4344
echo "> install bun" && \
4445
curl -fsSL https://bun.sh/install | bash && \
45-
mv -f ~/.bun /usr/local/src/bun && \
4646
ln -fs /usr/local/src/bun/bin/bun /usr/local/bin/bun && \
4747
echo "> install deno" && \
4848
curl -fsSL https://deno.land/install.sh | sh && \

0 commit comments

Comments
 (0)