From 3872db25e074fa30e27fac1108704d84f2de3eda Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Mon, 21 Oct 2024 06:51:42 +0900 Subject: [PATCH] autoconf: Ship git tool as the builtin --- 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"]