From 472104a1a61c1925ddbad40afdd0ec82255862bb Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 13 Jul 2023 11:40:14 -0400 Subject: [PATCH] fix: Add pkg-config to other package install block. (#32732) We are still seeing issues running devstack provisioning of LMS because it's missing pkg-config. We believe this might be the location we need to add the package to. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6948fefcf8c4..e77dd47473a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,7 @@ RUN apt-get update && \ libpython3.8 \ libpython3.8-stdlib \ libmysqlclient21 \ + pkg-config \ libssl1.1 \ libxmlsec1-openssl \ # lynx: Required by https://github.com/openedx/edx-platform/blob/b489a4ecb122/openedx/core/lib/html_to_text.py#L16