Skip to content

Commit c483682

Browse files
authored
Added pkg-config for MariaDB/MySQL.
It's required to build mysqlclient.
1 parent 3ee883b commit c483682

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update \
1313
gettext \
1414
wget \
1515
git \
16+
pkg-config \
1617
&& apt-get clean
1718

1819
RUN groupadd -r test && useradd --no-log-init -r -g test test

0 commit comments

Comments
 (0)