aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2021-01-05 21:32:35 +0000
committers-ol <s+removethis@s-ol.nu>2021-01-05 21:32:35 +0000
commit518356cf3ce63207fe2760b9886d879ae4e31add (patch)
tree2874a3c16cdef5b79aec06f0999a5bfbf5067655 /Dockerfile
parentportfolio: remove matrix mixer (diff)
downloadmmm-518356cf3ce63207fe2760b9886d879ae4e31add.tar.gz
mmm-518356cf3ce63207fe2760b9886d879ae4e31add.zip
add luaposix dependency
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index ff7e2db..a119a53 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN luarocks install discount DISCOUNT_INCDIR=/usr/include/x86_64-linux-gnu
RUN luarocks install sqlite3 && \
luarocks install moonscript && \
luarocks install http && \
+ luarocks install luaposix && \
luarocks install lua-cjson 2.1.0-1
COPY . /code