aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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