1
0

Update .gitpod.Dockerfile

This commit is contained in:
Zef Hemel 2023-07-17 20:28:13 +02:00 committed by GitHub
parent 5cd0f09726
commit 14efbde580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitpod.Dockerfile vendored
View File

@ -1,6 +1,6 @@
FROM gitpod/workspace-full:latest
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.33.2
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.35.2
RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && \
echo 'export DENO_INSTALL="/home/gitpod/.deno"' >> /home/gitpod/.bashrc.d/90-deno && \
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno
echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> /home/gitpod/.bashrc.d/90-deno