From dd33a8e660f207bf7912058ba95f28ecb9e308f9 Mon Sep 17 00:00:00 2001 From: Michael Trip Date: Thu, 26 Sep 2024 14:13:38 +0200 Subject: [PATCH] fixed error --- ubuntu-mate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-mate/Dockerfile b/ubuntu-mate/Dockerfile index 85aa5c5..80c4d97 100644 --- a/ubuntu-mate/Dockerfile +++ b/ubuntu-mate/Dockerfile @@ -15,7 +15,7 @@ RUN curl -L https://github.com/MuhammedKalkan/OpenLens/releases/download/v6.5.2- RUN curl -L https://github.com/derailed/k9s/releases/download/v${K9S_VERSION}/k9s_Linux_${TARGETARCH}.tar.gz --output /tmp/k9s.tar.gz RUN curl -l https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/${TARGETARCH}/kubectl --output /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl RUN curl -L https://github.com/getseabird/seabird/releases/download/v${SEABIRD_VERSION}/seabird_linux_${TARGETARCH}.tar.gz --output /tmp/seabird.tar.gz -https://github.com/getseabird/seabird/releases/download/v0.5.1/seabird_linux_amd64.tar.gz + RUN \ echo "**** install packages ****" && \