Skip to content

Commit ae2ce38

Browse files
committed
feature: docker: io: $DENO_DIR
1 parent 3c9389c commit ae2ce38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile.io

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ COPY package.json /usr/src/cloudcmd/
1111

1212
ENV DEBIAN_FRONTEND=noninteractive \
1313
PATH=/usr/local/src/cargo/bin:$PATH \
14-
NVM_DIR=/usr/local/src/nvm
14+
NVM_DIR=/usr/local/src/nvm \
15+
DENO_DIR=/usr/local/src/deno
1516

1617
ARG GO_VERSION=1.21.2
1718
ARG NVIM_VERSION=0.12.0
@@ -44,7 +45,6 @@ RUN apt-get update && \
4445
ln -fs /usr/local/src/bun/bin/bun /usr/local/bin/bun && \
4546
echo "> install deno" && \
4647
curl -fsSL https://deno.land/install.sh | sh && \
47-
mv ~/.deno /usr/local/src/deno && \
4848
ln -fs /usr/local/src/deno/bin/deno /usr/local/bin/deno && \
4949
echo "> install golang" && \
5050
curl -fsSL https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz -o go.tar.gz && \

0 commit comments

Comments
 (0)