From 85e2b5eb0e3e5a922978d7daaf7d7d828f968e1c Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 20 Apr 2024 22:35:43 +0200 Subject: [PATCH] Update Dockerfile --- bullseye/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index 0f19d68..d84d568 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -22,10 +22,13 @@ RUN set -x \ wget=1.21.3-1+b2 \ ca-certificates=20230311 \ lib32z1=1:1.2.13.dfsg-1 \ + libz1=1:1.2.13.dfsg-1 \ # Added 64-bit zlib libncurses5:i386=6.4-4 \ + libncurses6=6.4-4 \ # Added 64-bit ncurses libbz2-1.0:i386=1.0.8-5+b1 \ + libbz2-1.0=1.0.8-5+b1 \ # Added 64-bit bzip2 libtinfo5:i386=6.4-4 \ - libcurl3-gnutls:i386=7.88.1-10+deb12u5 \ + libtinfo6=6.4-4 \ # Added 64-bit tinfo && curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \ && install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl \ && mkdir -p "${STEAMAPPDIR}" \ @@ -46,9 +49,6 @@ RUN set -x \ # Clean up && rm -rf /var/lib/apt/lists/* -# Download and install kubectl -RUN - FROM build_stage AS bullseye-base