From 9e26a2d9f1fb6950ee75d7f0d16eeaacb6d76eb8 Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 26 Nov 2019 12:08:31 +0100 Subject: add cjson to Dockerfile --- Dockerfile | 7 ++++--- 1 file 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 -- cgit v1.2.3