mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-19 07:25:19 +00:00
In Debian bookworm, 'netcat' is a virtual package with no installation candidate. Replace it with 'netcat-openbsd' which provides the actual netcat implementation. Build failure: ``` > [2/7] RUN clean-install wget bash netcat: 0.382 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [291 kB] 3.174 Reading state information... 3.180 Package netcat is a virtual package provided by: 3.180 netcat-openbsd 1.219-1 3.180 netcat-traditional 1.10-47 3.180 3.182 E: Package 'netcat' has no installation candidate ------ ``` Signed-off-by: Davanum Srinivas <davanum@gmail.com>