1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-22 14:21:31 +00:00

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

View File

@@ -87,11 +87,11 @@ RUN addgroup -g 5000 vmail \
perl-proc-processtable \
perl-app-cpanminus \
procps \
python3 py3-pip \
py3-mysqlclient \
python3 py3-pip python3-dev \
py3-html2text \
py3-jinja2 \
py3-redis \
linux-headers \
musl-dev \
gcc \
redis \
syslog-ng \
syslog-ng-redis \
@@ -119,7 +119,8 @@ RUN pip install --break-system-packages \
mysql-connector-python \
jinja2 \
redis \
dnspython
dnspython \
psutil
COPY data/Dockerfiles/bootstrap /bootstrap