Skip to content

Commit 33cbf36

Browse files
authored
Minor fix to gitpod dockerfile [skip ci] (ddev#3969)
1 parent 02de0b2 commit 33cbf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod/images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ RUN for item in golang.org/x/tools/gopls@latest github.com/go-delve/delve/cmd/dl
3333
done
3434
RUN cp ~/go/bin/dlv ~/go/bin/dlv-dap
3535

36-
RUN pip3 install -r docs/mkdocs-pip-requirements
36+
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

Comments
 (0)