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