From 129e58956698378a29db2b834cfd2a91e911f4e5 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 20 Dec 2024 17:25:39 +0900 Subject: [PATCH] Fixed runtime library on Ubuntu --- Dockerfiles/proxy-mysql/ubuntu/Dockerfile | 1 + Dockerfiles/proxy-sqlite3/ubuntu/Dockerfile | 1 + Dockerfiles/server-mysql/ubuntu/Dockerfile | 1 + Dockerfiles/server-pgsql/ubuntu/Dockerfile | 1 + 4 files changed, 4 insertions(+) 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 \