Commit 34f2548
committed
Make sure we actually have
It is provided by `dpkg-dev`, which is installed already in some
but not all `cross` images.
This commit also:
- Allows more configuration to occur by installing `apt-utils`.
Without this, `gnupg` warns about skipping some debconf
configuration.
- Sets up the environment in which commands like `apt-get` and
`dpkg` run so configuring packages never prompts. Passing `-y` is
not sufficient to achieve this.
(The problem currently does not occur, but it would happen in at
least the Android image if a new dependency brings in `tzdata`
indirectly, as will occur if attempting to install dependencies
to test more than `max-pure`.)dpkg-architecture
1 parent 25376d0 commit 34f2548
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 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
13 | | - | |
14 | | - | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments