diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 40b07a5c1..b9f1f1fc6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,9 @@ RUN apt-get update && apt-get install -y \ python3-pip \ python3-dateutil \ python3-setuptools \ + python3-psutil \ + python3-pytoml \ + lsof \ xz-utils \ --no-install-recommends \ && apt-get clean |