Commit a4e0011
committed
fix(docker): Avoid pip 19.0.1 bug
Why:
* build was failing as described in pypa/pip#6197
This change addreses the need by:
* force upgrade of pip as that makes it at least pass on my machine docker
builds.1 parent 7afa47c commit a4e0011
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
0 commit comments