File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 11autoconf
22automake
33bison
4- libjson-c-dev
54build-essential
65clang-19
76cmake
8- docbook-xml
97docbook5-xml
8+ docbook-xml
109flex
1110gettext
1211git
@@ -18,9 +17,11 @@ libgdal-dev
1817libgeos-dev
1918libgmp-dev
2019libipc-run-perl
20+ libjson-c-dev
2121libkrb5-dev
2222libldap-dev
2323liblz4-dev
24+ libnuma-dev
2425libpam0g-dev
2526libperl-dev
2627libproj-dev
@@ -33,6 +34,7 @@ libssl-dev
3334libsystemd-dev
3435libtiff-dev
3536libtool
37+ liburing-dev
3638libxml2-utils
3739libxslt1-dev
3840libzstd-dev
You can’t perform that action at this time.
0 commit comments