From 4ef806e3169971b7e3d64c42eec1ecd0b7cd7e0f Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 14 Jan 2026 13:50:10 +0100 Subject: [PATCH] Containerfile: install all required Protobuf libs for `OTel` --- Containerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Containerfile b/Containerfile index 3312c0212..ad3e2302b 100644 --- a/Containerfile +++ b/Containerfile @@ -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 \