ci: add git to build container to make versioning work
ZeroDownTime/CloudBender/pipeline/head This commit looks good Details

This commit is contained in:
Stefan Reimer 2022-02-08 17:08:09 +01:00
parent 7bc1510afa
commit 65b9282060
1 changed files with 2 additions and 1 deletions

View File

@ -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; \