diff options
author | Devaev Maxim <[email protected]> | 2020-09-09 10:00:08 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-09-09 10:00:08 +0300 |
commit | b377123e4896fc207a768edf15808cea5e8f734e (patch) | |
tree | e8560af867a6f716821b5db8a71682b611c47fcf /testenv/Dockerfile | |
parent | de6a66e08e9dbdb4f9896c0ed8f4b43435636df3 (diff) |
hid relay driver
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index bdca39a7..8b67d272 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -19,6 +19,7 @@ RUN pacman -Syu --noconfirm \ python-dbus \ python-psutil \ python-mako \ + python-hidapi \ nginx-mainline \ socat \ eslint \ |