Update .gitpod.Dockerfile
This commit is contained in:
parent
5cd0f09726
commit
14efbde580
4
.gitpod.Dockerfile
vendored
4
.gitpod.Dockerfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user