aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-11-26 11:08:31 +0000
committers-ol <s-ol@users.noreply.github.com>2019-11-26 11:08:31 +0000
commit9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8 (patch)
tree3734fc99c64d80a7fce8c7138fd457fd4df87d79
parentadd ba_log entry 2019-11-25 (diff)
downloadmmm-9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8.tar.gz
mmm-9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8.zip
add cjson to Dockerfile
-rw-r--r--Dockerfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index ef1246b..a4bc421 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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