Skip to content

Commit 8114a71

Browse files
committed
fix: build like pgdg
Signed-off-by: Niccolò Fei <[email protected]>
1 parent 1df5e46 commit 8114a71

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ RUN apt-get update && \
3838
ssl-cert \
3939
libnss-wrapper \
4040
libgssapi-krb5-2 \
41+
libprotobuf-c1 \
42+
libnuma1 \
43+
liburing2 \
4144
libxml2 \
4245
libllvm19 \
4346
libxslt1.1 \
@@ -83,6 +86,8 @@ RUN apt-get update && \
8386
--with-systemd \
8487
--with-selinux \
8588
--with-zstd \
89+
--with-liburing \
90+
--with-libnuma \
8691
--with-extra-version=-$(git rev-parse --short HEAD) \
8792
--datarootdir=/usr/share/ \
8893
--infodir=/usr/share/info \

build-deps.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
autoconf
22
automake
33
bison
4-
libjson-c-dev
54
build-essential
65
clang-19
76
cmake
8-
docbook-xml
97
docbook5-xml
8+
docbook-xml
109
flex
1110
gettext
1211
git
@@ -18,9 +17,11 @@ libgdal-dev
1817
libgeos-dev
1918
libgmp-dev
2019
libipc-run-perl
20+
libjson-c-dev
2121
libkrb5-dev
2222
libldap-dev
2323
liblz4-dev
24+
libnuma-dev
2425
libpam0g-dev
2526
libperl-dev
2627
libproj-dev
@@ -33,6 +34,7 @@ libssl-dev
3334
libsystemd-dev
3435
libtiff-dev
3536
libtool
37+
liburing-dev
3638
libxml2-utils
3739
libxslt1-dev
3840
libzstd-dev

0 commit comments

Comments
 (0)