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 02de0b2 commit 33cbf36Copy full SHA for 33cbf36
.gitpod/images/Dockerfile
@@ -33,4 +33,4 @@ RUN for item in golang.org/x/tools/gopls@latest github.com/go-delve/delve/cmd/dl
33
done
34
RUN cp ~/go/bin/dlv ~/go/bin/dlv-dap
35
36
-RUN pip3 install -r docs/mkdocs-pip-requirements
+RUN cd /tmp && curl -LO --fail https://raw.githubusercontent.com/drud/ddev/master/docs/mkdocs-pip-requirements && pip3 install -r /tmp/mkdocs-pip-requirements
0 commit comments