Skip to content

Commit 8538c9e

Browse files
committed
Fix avro build: add pkg-config for libjansson detection
CMake couldn't find libjansson because pkg-config was missing.
1 parent a3a9c63 commit 8538c9e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.pg_lake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4545
# pg_lake dependencies
4646
cmake \
4747
ninja-build \
48+
pkg-config \
4849
libssl-dev \
4950
libsnappy-dev \
5051
libjansson-dev \

0 commit comments

Comments
 (0)