From 65b9282060f88ea593126e893168653601b84e52 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 8 Feb 2022 17:08:09 +0100 Subject: [PATCH] ci: add git to build container to make versioning work --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f6c255..8c73e2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \