Skip to content

Commit

Permalink
Dockerfile: Install pkgconfig
Browse files Browse the repository at this point in the history
We missed updating this list of build dependencies when we began to use
`pkgconfig`.

Signed-off-by: Matt Wozniski <godlygeek@gmail.com>
  • Loading branch information
godlygeek committed May 20, 2024
1 parent 6109918 commit 7a1d0e8
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 @@ -45,6 +45,7 @@ RUN $PYTHON -m pip install -U \
-r /tmp/requirements-test.txt \
-r /tmp/requirements-docs.txt \
cython \
pkgconfig \
setuptools \
wheel

Expand Down

0 comments on commit 7a1d0e8

Please sign in to comment.