We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e287ba9 commit 15759f7Copy full SHA for 15759f7
.gitpod.Dockerfile
@@ -2,7 +2,7 @@ FROM gitpod/workspace-full
2
3
USER gitpod
4
5
-RUN echo "force image rebuild: 123"
+RUN echo "force image rebuild: 456"
6
7
RUN curl -fsSL https://deno.land/x/install/install.sh | sh
8
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 commit comments