diff --git a/Dockerfiles/proxy-mysql/ubuntu/Dockerfile b/Dockerfiles/proxy-mysql/ubuntu/Dockerfile index 09081a310..65ee7fdeb 100644 --- a/Dockerfiles/proxy-mysql/ubuntu/Dockerfile +++ b/Dockerfiles/proxy-mysql/ubuntu/Dockerfile @@ -46,6 +46,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \ libcurl4t64 \ libevent-2.1 \ libevent-pthreads-2.1 \ + libevent-extra-2.1 \ libmysqlclient21 \ libopenipmi0t64 \ libpcre2-8-0 \ diff --git a/Dockerfiles/proxy-sqlite3/ubuntu/Dockerfile b/Dockerfiles/proxy-sqlite3/ubuntu/Dockerfile index 5a77a3b11..db00dd99d 100644 --- a/Dockerfiles/proxy-sqlite3/ubuntu/Dockerfile +++ b/Dockerfiles/proxy-sqlite3/ubuntu/Dockerfile @@ -44,6 +44,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \ libcurl4t64 \ libevent-2.1 \ libevent-pthreads-2.1 \ + libevent-extra-2.1 \ libopenipmi0t64 \ libpcre2-8-0 \ libsnmp40t64 \ diff --git a/Dockerfiles/server-mysql/ubuntu/Dockerfile b/Dockerfiles/server-mysql/ubuntu/Dockerfile index 2cf46aa1a..c97cc1c12 100644 --- a/Dockerfiles/server-mysql/ubuntu/Dockerfile +++ b/Dockerfiles/server-mysql/ubuntu/Dockerfile @@ -47,6 +47,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \ libcurl4t64 \ libevent-2.1 \ libevent-pthreads-2.1 \ + libevent-extra-2.1 \ libmysqlclient21 \ libopenipmi0t64 \ libpcre2-8-0 \ diff --git a/Dockerfiles/server-pgsql/ubuntu/Dockerfile b/Dockerfiles/server-pgsql/ubuntu/Dockerfile index 56a124cc2..fdbdd9008 100644 --- a/Dockerfiles/server-pgsql/ubuntu/Dockerfile +++ b/Dockerfiles/server-pgsql/ubuntu/Dockerfile @@ -47,6 +47,7 @@ RUN --mount=type=cache,target=/var/lib/apt/,sharing=locked \ libcurl4t64 \ libevent-2.1 \ libevent-pthreads-2.1 \ + libevent-extra-2.1 \ libopenipmi0t64 \ libpcre2-8-0 \ libpq5 \