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 \
|
gcc \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
openssl-dev
|
openssl-dev \
|
||||||
|
git
|
||||||
|
|
||||||
RUN if [ "$PULUMI_VERSION" = "latest" ]; then \
|
RUN if [ "$PULUMI_VERSION" = "latest" ]; then \
|
||||||
curl -fsSL https://get.pulumi.com/ | sh; \
|
curl -fsSL https://get.pulumi.com/ | sh; \
|
||||||
|
Loading…
Reference in New Issue
Block a user