mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 00:32:12 -04:00
Containerfile: install all required Protobuf libs for OTel
This commit is contained in:
parent
18e5b9aa8a
commit
4ef806e316
1 changed files with 3 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue