diff options
Diffstat (limited to 'kvmd/testenv/Dockerfile')
-rw-r--r-- | kvmd/testenv/Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kvmd/testenv/Dockerfile b/kvmd/testenv/Dockerfile index c8bd0c23..d4c4b5ad 100644 --- a/kvmd/testenv/Dockerfile +++ b/kvmd/testenv/Dockerfile @@ -31,7 +31,8 @@ RUN pacman -Syy \ && user-packer -S --noconfirm \ python \ python-pip \ - nginx \ + nginx-mainline \ + nginx-mainline-mod-lua \ mjpg-streamer-pikvm \ socat \ && pacman -Sc --noconfirm |