diff --git a/compute/compute-node.Dockerfile b/compute/compute-node.Dockerfile index a62b392a10..cd32b4dce7 100644 --- a/compute/compute-node.Dockerfile +++ b/compute/compute-node.Dockerfile @@ -1664,6 +1664,7 @@ RUN set -e \ autoconf \ automake \ libevent-dev \ + libsystemd-dev \ libtool \ pkg-config \ && apt clean && rm -rf /var/lib/apt/lists/* @@ -1674,7 +1675,7 @@ RUN set -e \ && git clone --recurse-submodules --depth 1 --branch ${PGBOUNCER_TAG} https://github.com/pgbouncer/pgbouncer.git pgbouncer \ && cd pgbouncer \ && ./autogen.sh \ - && ./configure --prefix=/usr/local/pgbouncer --without-openssl \ + && ./configure --prefix=/usr/local/pgbouncer --with-systemd --without-openssl \ && make -j $(nproc) dist_man_MANS= \ && make install dist_man_MANS=