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 85e2b5e commit 33b1912
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,13 +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
libz1=1:1.2.13.dfsg-1 \
libncurses5:i386=6.4-4 \
libncurses6=6.4-4 \ # Added 64-bit ncurses
libncurses6=6.4-4 \
libbz2-1.0:i386=1.0.8-5+b1 \
libbz2-1.0=1.0.8-5+b1 \ # Added 64-bit bzip2
libbz2-1.0=1.0.8-5+b1 \
libtinfo5:i386=6.4-4 \
libtinfo6=6.4-4 \ # Added 64-bit tinfo
libtinfo6=6.4-4 \
&& 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 Down

0 comments on commit 33b1912

Please sign in to comment.