Add rrdtool and dependencies to environment

Updated `requirements.txt` to include `rrdtool-bindings` and modified `Dockerfile` to install necessary rrdtool-related packages and development tools.
This commit is contained in:
Eduardo Silva
2025-02-21 13:57:24 -03:00
parent a25add722a
commit 8212446a72
2 changed files with 5 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ RUN apt-get update && apt-get install -y \
nano \
openssl \
dnsutils \
rrdtool \
gcc \
librrd-dev \
python3-dev \
&& rm -rf /var/lib/apt/lists/*
# those are the really necessary packages