Skip to content

Commit

Permalink
Merge pull request #16 from petewall/patch-1
Browse files Browse the repository at this point in the history
Add git cli to the docker-image, so vendir can pull get repos
  • Loading branch information
joaopapereira authored Nov 6, 2024
2 parents c458986 + 2de61f0 commit 32808c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 32808c4

Please sign in to comment.