diff options
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index 59106908..78226b17 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -43,8 +43,8 @@ RUN pacman -Syy \ python \ python-pip \ python-systemd \ + python-dbus \ nginx-mainline \ - lua51-cjson \ ustreamer \ socat \ htmlhint \ @@ -56,4 +56,7 @@ RUN pacman -Syy \ COPY testenv/requirements.txt requirements.txt RUN pip install -r requirements.txt +RUN rm -rf /etc/nginx/* \ + && mkdir /etc/kvmd + CMD /bin/bash |