diff options
author | Devaev Maxim <[email protected]> | 2019-09-24 05:50:21 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-09-24 05:50:21 +0300 |
commit | e97a2ea251dc2063998122f750940cf8e690d211 (patch) | |
tree | ad14f1be5ff626302315d27a1189e2a46a798e8c /testenv | |
parent | aee005787c1c1082e50224fc492409e49b60d389 (diff) |
otg service and helper
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 546cf553..925ec928 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -18,6 +18,7 @@ RUN pacman -Syu --noconfirm \ python-tox \ python-systemd \ python-dbus \ + python-psutil \ python-mako \ nginx-mainline \ socat \ |