You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.)
0 commit comments