Commit 154b1a6
committed
Try to enable ports APT sources unconditionally
This does not work as written, at least on s390x, because the ports
list is already written there from the base image. The existing
file is actually better than what this writes, though what this
writes is simpler and so might potentially be easier to debug or
reason about. Unfortunately, if we clobber the existing file with
this one, the error installing `git:s390x` is unchanged.
Uninstalling the old `amd64` `git` package first (not shown here)
and packages installed as its dependencies doesn't help either.1 parent db8697b commit 154b1a6
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments