Commit 1a97136
committed
fix(docker): python bytecode compilation
- we were seeing some issues when building the uboot containers with
bytecode compilation, especially on Ubuntu Noble
- apparently this is common problem
- there are multiple possible workarounds, but I opted for skipping
the automatic bytecode compilation and invoking it manually
Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>1 parent 5f29316 commit 1a97136
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| 69 | + | |
65 | 70 | | |
66 | 71 | | |
67 | 72 | | |
| |||
0 commit comments