diff options
author | Devaev Maxim <[email protected]> | 2018-08-11 03:46:42 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-08-11 04:09:54 +0300 |
commit | ba650456aaecef6651e598bbd20cc7d53d7d3f97 (patch) | |
tree | a4ab382a09665ddf500e3b9fba900d296c401b57 /kvmd/testenv | |
parent | 3d2282f8f9d24f3a7e5bb6772471fe506a7299dd (diff) |
Workaround for Safari + Websockets + basic auth
https://bugs.webkit.org/show_bug.cgi?id=80362
Diffstat (limited to 'kvmd/testenv')
-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 |