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-ping \
inetutils-traceroute \ inetutils-traceroute \
nano \ nano \
vim-nox \
openssl \ openssl \
dnsutils \ dnsutils \
rrdtool \ rrdtool \
librrd-dev \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# those are the really necessary packages # those are the really necessary packages

View File

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