diff options
author | Devaev Maxim <[email protected]> | 2020-10-16 17:01:00 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-16 17:01:00 +0300 |
commit | 0e069de3897ccf6e027c6a7c5a6937e94b44894d (patch) | |
tree | a9de2ffb6ff1c5d4dc292386d8c146a9f552ab29 /testenv/Dockerfile | |
parent | 923320da5f87d6081824641468b3777d7f1e811f (diff) |
attempt to fix github actions
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 87ed5f8f..9871e15a 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -17,6 +17,8 @@ RUN pacman -Syu --noconfirm \ libbsd \ python \ python-pip \ + python-setuptools \ + python-six \ python-tox \ python-systemd \ python-dbus \ |