diff --git a/install/installer/leeway.Dockerfile b/install/installer/leeway.Dockerfile index 0c82e168ecb93f..6471ecdf71ae5b 100644 --- a/install/installer/leeway.Dockerfile +++ b/install/installer/leeway.Dockerfile @@ -4,10 +4,10 @@ FROM alpine:3.16 COPY --from=alpine/helm:3.8.0 /usr/bin/helm /usr/bin/helm -COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ -COPY scripts/*.sh /app/scripts/ RUN apk add --no-cache curl jq openssh-keygen yq \ && curl -L "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl \ && chmod +x /usr/local/bin/kubectl +COPY install-installer--app/installer install-installer--app/provenance-bundle.jsonl /app/ +COPY scripts/*.sh /app/scripts/ ENTRYPOINT [ "/app/installer" ] CMD [ "help" ]