diff options
author | Maxim Devaev <[email protected]> | 2024-03-22 22:24:34 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-22 22:24:38 +0200 |
commit | 5c77265d5122a10b712a3571c76296ad50928fb6 (patch) | |
tree | fc9848e2902255e2393a1fafe76fc8d61573ffde | |
parent | cbbdd1173fccf8b394f425e224b33429fcb1dcd1 (diff) |
testenv: added deps for ustreamer building
-rw-r--r-- | testenv/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 2d9d2269..e8415828 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -35,6 +35,8 @@ RUN pacman --noconfirm --ask=4 -Syy \ libbsd \ python \ python-pip \ + python-build \ + python-wheel \ python-setuptools \ python-tox \ python-mako \ |