diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ RUN apt-get update && \ apt-get install -y --allow-unauthenticated \ build-essential m4 libmarkdown2-dev git RUN luarocks install discount DISCOUNT_INCDIR=/usr/include/x86_64-linux-gnu && \ - luarocks install moonscript + luarocks install moonscript && \ + luarocks install https://raw.githubusercontent.com/s-ol/LDoc/moonscript/ldoc-scm-2.rockspec COPY . /build/ RUN make docs |
