Skip to content

Commit

Permalink
Fix docker apt install requirements
Browse files Browse the repository at this point in the history
Add pkg-config dependency install for docker images. this is required
later on for mysql inside the container.
  • Loading branch information
miguelsaura authored and stephenfin committed Jan 16, 2024
1 parent f37bd86 commit 798430c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
postgresql-client \
sqlite3 \
tzdata \
pkg-config \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN pip install wheel tox
Expand Down

0 comments on commit 798430c

Please sign in to comment.