From a89514043a1e053c13480b9ae5d2e2a2f36a06f3 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Tue, 14 Jan 2020 13:46:49 -0800 Subject: [PATCH] Add debug info to theia-docker-image build --- concourse/theia-docker-image/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/concourse/theia-docker-image/Dockerfile b/concourse/theia-docker-image/Dockerfile index 85c021e6e..e280ba5d2 100644 --- a/concourse/theia-docker-image/Dockerfile +++ b/concourse/theia-docker-image/Dockerfile @@ -18,6 +18,7 @@ RUN cd /usr/local/bin && \ RUN mkdir /theia-app ADD package.json /theia-app RUN cd /theia-app && \ + curl -H 'Cache-Control: no-cache' https://api.github.com/repos/microsoft/ripgrep-prebuilt/releases/tags/v11.0.1-2 && \ yarn && \ yarn theia build