Skip to content

Commit

Permalink
fix: Add pkg-config to other package install block. (openedx#32732)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dianakhuang committed Jul 13, 2023
1 parent 00f049b commit 472104a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 472104a

Please sign in to comment.