Add debug info to theia-docker-image build

This commit is contained in:
Kris De Volder
2020-01-14 13:46:49 -08:00
parent 6d94e78280
commit a89514043a

View File

@@ -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