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 3c9389c commit ae2ce38Copy full SHA for ae2ce38
docker/Dockerfile.io
@@ -11,7 +11,8 @@ COPY package.json /usr/src/cloudcmd/
11
12
ENV DEBIAN_FRONTEND=noninteractive \
13
PATH=/usr/local/src/cargo/bin:$PATH \
14
- NVM_DIR=/usr/local/src/nvm
+ NVM_DIR=/usr/local/src/nvm \
15
+ DENO_DIR=/usr/local/src/deno
16
17
ARG GO_VERSION=1.21.2
18
ARG NVIM_VERSION=0.12.0
@@ -44,7 +45,6 @@ RUN apt-get update && \
44
45
ln -fs /usr/local/src/bun/bin/bun /usr/local/bin/bun && \
46
echo "> install deno" && \
47
curl -fsSL https://deno.land/install.sh | sh && \
- mv ~/.deno /usr/local/src/deno && \
48
ln -fs /usr/local/src/deno/bin/deno /usr/local/bin/deno && \
49
echo "> install golang" && \
50
curl -fsSL https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz -o go.tar.gz && \
0 commit comments