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 91bc6f8 commit cf86686
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@ RUN set -x \
ca-certificates=20230311 \
lib32z1=1:1.2.13.dfsg-1 \
libncurses5:i386=6.4-4 \
libncurses6=6.4-4 \
libbz2-1.0:i386=1.0.8-5+b1 \
libbz2-1.0=1.0.8-5+b1 \
libtinfo5:i386=6.4-4 \
libtinfo6=6.4-4 \
libtinfo5:i386 \
libncurses5:i386 \
libcurl3-gnutls:i386=7.88.1-10+deb12u5 \
&& 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 cf86686

Please sign in to comment.