Add psutil module for bootstrapping

This commit is contained in:
FreddleSpl0it
2025-05-23 09:47:25 +02:00
parent f35def48cb
commit 5f93ff04a9
8 changed files with 39 additions and 10 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ RUN pip install --break-system-packages \
mysql-connector-python \
jinja2 \
redis \
dnspython
dnspython \
psutil
COPY data/Dockerfiles/bootstrap /bootstrap