diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-01-05 21:32:35 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-01-05 21:32:35 +0000 |
| commit | 518356cf3ce63207fe2760b9886d879ae4e31add (patch) | |
| tree | 2874a3c16cdef5b79aec06f0999a5bfbf5067655 /Dockerfile | |
| parent | portfolio: remove matrix mixer (diff) | |
| download | mmm-518356cf3ce63207fe2760b9886d879ae4e31add.tar.gz mmm-518356cf3ce63207fe2760b9886d879ae4e31add.zip | |
add luaposix dependency
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
