diff options
author | Maxim Devaev <[email protected]> | 2022-04-23 18:28:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-04-23 18:28:13 +0300 |
commit | d83e32fc514d1c60ef4e389493a3e4b953061bd4 (patch) | |
tree | 4983094a8ec1a907be4ddd9a5bfea85e7d7ca76b /testenv | |
parent | e566364b75a140e0eed97f0feff8aa6eeaf2a786 (diff) |
using dbus_next
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 44c975f3..d8122fae 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -45,6 +45,7 @@ RUN pacman --noconfirm --ask=4 -Syy \ python-netifaces \ python-systemd \ python-dbus \ + python-dbus-next \ python-pygments \ python-pam \ python-pillow \ |