Skip to content

Commit 798430c

Browse files
miguelsaurastephenfin
authored andcommitted
Fix docker apt install requirements
Add pkg-config dependency install for docker images. this is required later on for mysql inside the container.
1 parent f37bd86 commit 798430c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3030
postgresql-client \
3131
sqlite3 \
3232
tzdata \
33+
pkg-config \
3334
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
3435

3536
RUN pip install wheel tox

0 commit comments

Comments
 (0)