Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1470 from openedx/michaelroytman/update-Dockerfil…
Browse files Browse the repository at this point in the history
…e-pkg-config-mysqlclient-dependency

fix: install pkg-config dependency for mysqlclient>=2.2.0
  • Loading branch information
MichaelRoytman committed Jul 7, 2023
2 parents 95d5b05 + 5557f1f commit 21c271c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@ FROM ubuntu:focal as app

ENV DEBIAN_FRONTEND noninteractive

# Packages installed:

# pkg-config; mysqlclient>=2.2.0 requires pkg-config (https://github.com/PyMySQL/mysqlclient/issues/620)

RUN apt-get update && apt-get install --no-install-recommends -qy \
language-pack-en \
build-essential \
python3.8-dev \
python3-virtualenv \
python3.8-distutils \
libmysqlclient-dev \
pkg-config \
libssl-dev \
# needed by phantomjs
libfontconfig \
Expand Down

0 comments on commit 21c271c

Please sign in to comment.