Commit 03cd258
fix: remove xml-related packages from Docker build
When libxml is installed (which it is through installing libxml2-dev),
then pip compiles lxml from source against the system libxml. This has
caused a mismatch between the system libxml available at runtime and the
libxml that lxml was compiled against during the build stage. Without
libxml on the system, pip falls back on pre-built binary wheels, which
have their own version of libxml built in.
Refs: https://taiga.maykinmedia.nl/project/maykin-intranet/issue/11691 parent e686ff8 commit 03cd258
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
| |||
0 commit comments