Skip to content

Commit

Permalink
chore: force image rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Aug 30, 2022
1 parent 6f63715 commit 4357e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM gitpod/workspace-full

RUN echo "force image rebuild: foobar"

RUN curl -fsSL https://deno.land/x/install/install.sh | sh
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

0 comments on commit 4357e98

Please sign in to comment.