Commit a9a87a1
committed
base: Fix i386 APT package dependency hell
One of the i386 packages installed in the base Docker image depends on
`python3-minimal` and APT tries to nuke the previously installed `python3`
and all its friends, including `software-properties-common`, during the
i386 package installation.
Marking `python3` and `python3-apt` as held seems to make APT not want to
do that, and keeps `python3` and its friends in place without any hacks.
This should, hopefully, be the ultimate fix for all the i386 package
dependency issues we have come across in the past.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>1 parent 435c972 commit a9a87a1
1 file changed
+12
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
89 | 96 | | |
90 | 97 | | |
91 | 98 | | |
| |||
100 | 107 | | |
101 | 108 | | |
102 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
103 | 114 | | |
104 | 115 | | |
105 | 116 | | |
106 | 117 | | |
107 | 118 | | |
108 | 119 | | |
109 | | - | |
110 | | - | |
| 120 | + | |
111 | 121 | | |
112 | 122 | | |
113 | 123 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | 124 | | |
120 | 125 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 126 | | |
132 | 127 | | |
133 | 128 | | |
| |||
0 commit comments