ci: add git to build container to make versioning work
This commit is contained in:
parent
7bc1510afa
commit
65b9282060
@ -16,7 +16,8 @@ RUN apk add --no-cache \
|
||||
gcc \
|
||||
linux-headers \
|
||||
libffi-dev \
|
||||
openssl-dev
|
||||
openssl-dev \
|
||||
git
|
||||
|
||||
RUN if [ "$PULUMI_VERSION" = "latest" ]; then \
|
||||
curl -fsSL https://get.pulumi.com/ | sh; \
|
||||
|
Loading…
Reference in New Issue
Block a user