diff options
author | Devaev Maxim <[email protected]> | 2018-11-12 04:03:21 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-12 04:03:21 +0300 |
commit | 72003095b3376684a79c0ddb7a27cb33c83fe6e3 (patch) | |
tree | 5c7689dfc525d0d9a9e6cbf270880ae628404006 /testenv/Dockerfile | |
parent | f3fdf336d3afe8981beeec51d8ed4fd8310bcc0c (diff) |
/extensions using lua
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r-- | testenv/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile index ce00df0a..90573038 100644 --- a/testenv/Dockerfile +++ b/testenv/Dockerfile @@ -40,6 +40,7 @@ RUN pacman -Syy \ nginx-mainline \ ustreamer \ socat \ + lua51-cjson \ && env MAKEPKGOPTS="--skipchecksums --skippgpcheck" user-packer -S --noconfirm nginx-mainline-mod-lua \ && pacman -Sc --noconfirm |