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 33b1912 commit 29cead3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN set -x \
curl \
wget=1.21.3-1+b2 \
ca-certificates=20230311 \
zlib1g=1:1.2.13.dfsg-1 \
zlib1g:i386=1:1.2.13.dfsg-1 \
lib32z1=1:1.2.13.dfsg-1 \
libz1=1:1.2.13.dfsg-1 \
libncurses5:i386=6.4-4 \
Expand All @@ -29,6 +31,8 @@ RUN set -x \
libbz2-1.0=1.0.8-5+b1 \
libtinfo5:i386=6.4-4 \
libtinfo6=6.4-4 \
libtinfo5:i386 \
libncurses5:i386 \
&& 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 29cead3

Please sign in to comment.