diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-11-26 11:08:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-11-26 11:08:31 +0000 |
| commit | 9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8 (patch) | |
| tree | 3734fc99c64d80a7fce8c7138fd457fd4df87d79 | |
| parent | add ba_log entry 2019-11-25 (diff) | |
| download | mmm-9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8.tar.gz mmm-9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8.zip | |
add cjson to Dockerfile
| -rw-r--r-- | Dockerfile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -7,9 +7,10 @@ RUN apt-get update && \ build-essential m4 tup sassc \ libmarkdown2-dev libsqlite3-dev libssl-dev RUN luarocks install discount DISCOUNT_INCDIR=/usr/include/x86_64-linux-gnu -RUN luarocks install moonscript -RUN luarocks install sqlite3 -RUN luarocks install http +RUN luarocks install sqlite3 && \ + luarocks install moonscript && \ + luarocks install http && \ + luarocks install lua-cjson 2.1.0-1 COPY . /code WORKDIR /code |
