Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker: buildworker: add missing file package #51

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

ynezz
Copy link
Member

@ynezz ynezz commented Sep 27, 2024

In Debian 11 (Bullseye), the file package was installed indirectly because the man-db package recommended it. The man-db package is often installed as a dependency of other packages, such as build-essential and tools like gcc and make. By default, apt-get installs recommended packages, so file was installed automatically.

Starting from Debian 12 (Bookworm), the man-db package no longer recommends the file package. This change was made to reduce the size of minimal container images and installations where file is not essential.

So lets install this package explicitly.

In Debian 11 (Bullseye), the `file` package was installed indirectly
because the `man-db` package recommended it. The `man-db` package is
often installed as a dependency of other packages, such as
`build-essential` and tools like `gcc` and `make`.  By default,
`apt-get` installs recommended packages, so `file` was installed
automatically.

Starting from Debian 12 (Bookworm), the `man-db` package no longer
recommends the `file` package. This change was made to reduce the size
of minimal container images and installations where `file` is not
essential.

So lets install this package explicitly.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
@openwrt-bot openwrt-bot merged commit cd6a70c into openwrt:main Sep 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants