diff --git a/Dockerfile b/Dockerfile index 9c9b917..8b8f1ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:24.04 # perl is needed for shasum -RUN apt-get -y update && apt-get install -y wget perl ca-certificates && update-ca-certificates && rm -rf /var/lib/apt/lists/* +RUN apt-get -y update && apt-get install -y git wget perl ca-certificates && update-ca-certificates && rm -rf /var/lib/apt/lists/* RUN bash -c "set -eo pipefail; wget -O- https://carvel.dev/install.sh | bash"