Skip to content

Commit

Permalink
chore: pkg-config added to Docker File
Browse files Browse the repository at this point in the history
This is to future proof the update of mysql client in future releases. See: edx/edx-arch-experiments#349
  • Loading branch information
grmartin committed Jul 7, 2023
1 parent 8095432 commit 9b13ca8
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 @@ -12,6 +12,7 @@ RUN apt update && \
python3-virtualenv \
python3.8-distutils \
libmysqlclient-dev \
pkg-config \
libssl-dev \
libcairo2-dev && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 9b13ca8

Please sign in to comment.