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.
This commit is contained in:
Diana Huang
2023-07-13 11:40:14 -04:00
committed by GitHub
parent 00f049b9e9
commit 472104a1a6

View File

@@ -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