summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index d958a501..91790432 100644
--- a/testenv/Dockerfile
+++ b/testenv/Dockerfile
@@ -32,8 +32,10 @@ RUN pacman -Syy \
&& user-packer -S --noconfirm \
python \
python-pip \
+ python-tox \
python-systemd \
python-dbus \
+ python-mako \
nginx-mainline \
ustreamer \
socat \
@@ -42,9 +44,6 @@ RUN pacman -Syy \
&& rm -rf /.npm \
&& (pacman -Sc --noconfirm || true)
-COPY testenv/requirements.txt requirements.txt
-RUN pip install -r requirements.txt
-
RUN mkdir -p /etc/kvmd/nginx
CMD /bin/bash