1
0

Update .gitpod.Dockerfile

This commit is contained in:
Zef Hemel
2023-07-17 20:33:11 +02:00
committed by GitHub
parent 14efbde580
commit 5fef8a870f
+1 -1
View File
@@ -1,6 +1,6 @@
FROM gitpod/workspace-full:latest
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.35.2
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.35
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