From 75c662e7b01e4f85fbe3e500158239bc244f8112 Mon Sep 17 00:00:00 2001 From: s-ol Date: Sun, 8 Mar 2020 18:23:31 +0100 Subject: add internals docs --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 5f92039..a84234b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- cgit v1.2.3