From 0535e9c40f8bfa5c49886e0e04c5287521a10fb1 Mon Sep 17 00:00:00 2001 From: Patrick Quist Date: Fri, 24 Jan 2025 19:19:18 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ecb565a..14eccb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,8 @@ RUN apt update -y -q && apt upgrade -y -q && apt upgrade -y -q && apt install -y texinfo \ unzip \ wget \ + pkg-config \ + autoconf \ xz-utils && \ cd /tmp && \ curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \