diff options
author | Devaev Maxim <[email protected]> | 2019-04-13 06:18:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-04-13 06:18:33 +0300 |
commit | 0c82937d3c0dfd7c9436a2cec62f9f56a5f11aa8 (patch) | |
tree | 6cb55a29950eb75ac6078d362f7b92e56047bfe5 /testenv/Dockerfile | |
parent | 5bf758e232361e2b7a6b64e4b1750a10d896bb2d (diff) |
refactoring
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 5 |
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 |