Cleanup and deno bump for gitpod
parent
230bb2ab8b
commit
992513ad8e
|
@ -1,6 +1,6 @@
|
||||||
FROM gitpod/workspace-full:latest
|
FROM gitpod/workspace-full:latest
|
||||||
|
|
||||||
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.40.4
|
RUN curl -fsSL https://deno.land/x/install/install.sh | sh -s v1.45.3
|
||||||
RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-deno && \
|
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 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
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
data.db
|
|
||||||
_plug
|
_plug
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 140 KiB |
Binary file not shown.
Before Width: | Height: | Size: 375 KiB |
Loading…
Reference in New Issue