mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-26 13:21:14 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user