From 111f55b62d50cf0193188c72a2027684bc6f3a09 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Tue, 22 Oct 2024 08:25:56 +0900 Subject: [PATCH] autoconf: Ship git tool as the builtin (#31) --- autoconf/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/autoconf/Dockerfile b/autoconf/Dockerfile index e2cab58..f758203 100644 --- a/autoconf/Dockerfile +++ b/autoconf/Dockerfile @@ -17,6 +17,7 @@ RUN apt-get update && \ autoconf-archive \ build-essential \ curl \ + git \ pkg-config SHELL ["/bin/bash", "-o", "pipefail", "-c"]