mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-18 04:54:54 +00:00
test/images: Fix zookeeper-installer netcat package for bookworm
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>
This commit is contained in:
@@ -19,7 +19,7 @@ FROM $BASEIMAGE
|
||||
|
||||
CROSS_BUILD_COPY qemu-QEMUARCH-static /usr/bin/
|
||||
|
||||
RUN clean-install wget bash netcat
|
||||
RUN clean-install wget bash netcat-openbsd
|
||||
|
||||
ADD on-start.sh /
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
1.6
|
||||
1.7
|
||||
|
||||
Reference in New Issue
Block a user