Skip to content
This repository has been archived by the owner on Feb 14, 2025. It is now read-only.

Commit

Permalink
Fix pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Sigopt committed Oct 22, 2024
1 parent 2cc64ac commit 7dfc926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/python-development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN set -ex \
libxml2-dev=2.* \
libxml2=2.* \
make=4.* \
pkg-config=1.* \
pkg-config=0.* \
sqlite3=3.* \
>/dev/null \
; rm -rf /var/lib/apt/lists/* \
Expand Down
2 changes: 1 addition & 1 deletion docker/images/test-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN set -ex \
libxml2-dev=2.* \
libxml2=2.* \
make=4.* \
pkg-config=1.* \
pkg-config=0.* \
sqlite3=3.* \
>/dev/null \
; rm -rf /var/lib/apt/lists/* \
Expand Down

0 comments on commit 7dfc926

Please sign in to comment.