Skip to content

Commit

Permalink
chore: install pkg-config for PyMySQL compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
leangseu-edx committed Jul 6, 2023
1 parent 7cdfcdb commit 177e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:focal as app

RUN apt-get update && \
apt-get upgrade -qy && apt-get install language-pack-en locales git \
python3.8-dev python3-virtualenv libmysqlclient-dev libssl-dev build-essential wget unzip -qy && \
python3.8-dev python3-virtualenv libmysqlclient-dev libssl-dev build-essential pkg-config wget unzip -qy && \
rm -rf /var/lib/apt/lists/*

# Python is Python3.
Expand Down

0 comments on commit 177e91c

Please sign in to comment.