Containerfile: install all required Protobuf libs for OTel

This commit is contained in:
Yonas Habteab 2026-01-14 13:50:10 +01:00
parent 18e5b9aa8a
commit 4ef806e316

View file

@ -38,6 +38,8 @@ RUN apt-get update && \
libpq-dev \
libssl-dev \
libsystemd-dev \
libprotobuf-dev \
protobuf-compiler \
make && \
rm -rf /var/lib/apt/lists/*
@ -165,6 +167,7 @@ RUN apt-get update && \
libmariadb3 \
libmoosex-role-timer-perl \
libpq5 \
libprotobuf-lite32t64 \
libssl3 \
libsystemd0 \
mailutils \