Fixed runtime library on Ubuntu

This commit is contained in:
Alexey Pustovalov 2024-12-20 17:25:39 +09:00
parent 9ec904f806
commit 129e589566
4 changed files with 4 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \