Skip to content

Commit

Permalink
Merge pull request #241 from edx/michaelroytman/update-Dockerfile-pkg…
Browse files Browse the repository at this point in the history
…-config-mysqlclient-dependency

fix: install pkg-config dependency for mysqlclient>=2.2.0
  • Loading branch information
MichaelRoytman authored Jul 7, 2023
2 parents 6676c8b + 351253c commit b53ae14
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
@@ -1,12 +1,17 @@
FROM ubuntu:focal as app
MAINTAINER [email protected]

# Packages installed:

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

RUN apt-get update && apt-get -qy install --no-install-recommends \
language-pack-en \
locales \
python3.8 \
python3-pip \
libmysqlclient-dev \
pkg-config \
libssl-dev \
python3-dev \
gcc \
Expand Down

0 comments on commit b53ae14

Please sign in to comment.