From 9aae6e1711492bb43eb30d88f69358551d7f0827 Mon Sep 17 00:00:00 2001 From: Tolfx Date: Thu, 21 Dec 2023 14:42:07 +0100 Subject: [PATCH] Update kubectl download link in Dockerfile --- bullseye/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye/Dockerfile b/bullseye/Dockerfile index 8e76fac..952b0bf 100644 --- a/bullseye/Dockerfile +++ b/bullseye/Dockerfile @@ -26,7 +26,7 @@ RUN set -x \ libbz2-1.0:i386=1.0.8-4 \ libtinfo5:i386=6.2+20201114-2+deb11u2 \ libcurl3-gnutls:i386=7.74.0-1.3+deb11u9 \ - && curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" && \ + && curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \ && apt-get install -y -o root -g root -m 0755 kubectl /usr/local/bin/kubectl \ && mkdir -p "${STEAMAPPDIR}" \ # Add entry script