From 118dc69263b56bd8f6bf6b6c058349e845bcd25f Mon Sep 17 00:00:00 2001 From: Will Sobel Date: Sun, 19 Mar 2023 23:32:00 -0400 Subject: [PATCH] Added autoconf and automake to apt install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14d140597..b89ebb31b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ FROM os AS build RUN apt-get clean \ && apt-get update \ && apt-get install -y \ - build-essential python3.9 python3-pip git cmake make ruby rake \ + build-essential python3.9 python3-pip git cmake make ruby rake autoconf automake \ && pip install conan -v "conan==1.59.0" # make an agent directory and cd into it