Commit b226081
committed
Containers/Ubuntu-22: Add disutils for QEMU build
Install distutils to resolve the following issue building QEMU:
```
39.05 python determined to be '/usr/bin/python3'
39.05 python version: Python 3.12.11
39.16 mkvenv: Creating non-isolated virtual environment at 'pyvenv'
39.42
39.42 *** Ouch! ***
39.42
39.42 found no usable distlib, please install it
```
This also brings in recent file sync changes to the Ubuntu-22
dockerfile.
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>1 parent aa8b103 commit b226081
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| 217 | + | |
217 | 218 | | |
218 | 219 | | |
219 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
205 | 210 | | |
206 | 211 | | |
207 | 212 | | |
| 213 | + | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
226 | 232 | | |
227 | 233 | | |
228 | 234 | | |
229 | | - | |
| |||
0 commit comments