Skip to main content
Module

x/deno_outdated/.gitpod.Dockerfile

Find outdated dependencies
Go to Latest
File
FROM gitpod/workspace-full
RUN curl -fsSL https://deno.land/x/install@v0.1.6/install.sh | shRUN /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