Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tolfx authored Apr 20, 2024
1 parent 59c2de2 commit 85e2b5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand All @@ -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

Expand Down

0 comments on commit 85e2b5e

Please sign in to comment.