summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2024-03-22 22:24:34 +0200
committerMaxim Devaev <[email protected]>2024-03-22 22:24:38 +0200
commit5c77265d5122a10b712a3571c76296ad50928fb6 (patch)
treefc9848e2902255e2393a1fafe76fc8d61573ffde
parentcbbdd1173fccf8b394f425e224b33429fcb1dcd1 (diff)
testenv: added deps for ustreamer building
-rw-r--r--testenv/Dockerfile2
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 \