Add librrd-dev to Dockerfiles

This commit is contained in:
Eduardo Silva 2025-03-13 13:55:25 -03:00
parent 1177ea1c20
commit 91848d3fc5
2 changed files with 3 additions and 0 deletions

View File

@ -11,9 +11,11 @@ RUN apt-get update && apt-get install -y \
inetutils-ping \
inetutils-traceroute \
nano \
vim-nox \
openssl \
dnsutils \
rrdtool \
librrd-dev \
&& rm -rf /var/lib/apt/lists/*
# those are the really necessary packages

View File

@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \
nano \
vim-nox \
rrdtool \
librrd-dev \
&& rm -rf /var/lib/apt/lists/*
COPY requirements.txt .