From b8f33714a79ab090a9f9233b6e0e11708975ac16 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 8 Aug 2023 12:29:34 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20core:=20Install=20pkg-config=20(?= =?UTF-8?q?to=20fix=20ocrd=5Folena=20build)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-core | 1 + Dockerfile-core-cuda12.1 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile-core b/Dockerfile-core index c8b60c2..c655d56 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -13,6 +13,7 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \ curl \ git \ xz-utils \ + pkg-config \ # For add-apt-repository: software-properties-common \ # XML utils diff --git a/Dockerfile-core-cuda12.1 b/Dockerfile-core-cuda12.1 index 7429b8c..c494a2c 100644 --- a/Dockerfile-core-cuda12.1 +++ b/Dockerfile-core-cuda12.1 @@ -13,6 +13,7 @@ RUN echo "APT::Acquire::Retries \"3\";" > /etc/apt/apt.conf.d/80-retries && \ curl \ git \ xz-utils \ + pkg-config \ # For add-apt-repository: software-properties-common \ # XML utils