diff --git a/Dockerfile b/Dockerfile index b17e6ba..e5b8f25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN . /envfile && \ curl -sL https://get.helm.sh/helm-v${HELM_VERSION}-linux-${ARCH}.tar.gz | tar -xz && \ mv linux-${ARCH}/helm /usr/bin/helm && chmod +x /usr/bin/helm && rm -rf linux-${ARCH} && \ curl -sLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \ - mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl \ + mv kubectl /usr/bin/kubectl && chmod +x /usr/bin/kubectl && \ curl -sLO https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.${ARCH} && \ mv sops-v${SOPS_VERSION}.linux.${ARCH} /usr/bin/sops && chmod +x /usr/bin/sops