Commit d29f4c7
committed
[dockerfile] Fix container after moving urllib3 to pip
This dockerfile was not updated after the move from getting urllib3 via
pip instead of through a system dependency with `apt`.
The toolchain download needs to be moved to *after* we download all the
Python dependencies with pip, so that this can continue to work. This
commit performs this move, and also modifies the ownership of `/tools`
so that the user can correctly install the toolchain later. We do not
just create this file as root and give access to the dev user because
the `get-toolchain.py` script depends on the presence of the directory
to determine install vs. upgrade semantics.
Signed-off-by: Alex Jones <[email protected]>1 parent d4540e3 commit d29f4c7
1 file changed
+10
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 66 | | |
72 | 67 | | |
73 | 68 | | |
| |||
143 | 138 | | |
144 | 139 | | |
145 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
0 commit comments