aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/Dockerfile')
-rw-r--r--docker/Dockerfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index c4ccab9..d1e75b1 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -11,10 +11,6 @@ RUN cd /tmp && wget https://luarocks.org/releases/luarocks-3.3.1.tar.gz \
11 && make && make install \ 11 && make && make install \
12 && cd /tmp ; rm -rf luarocks-3.3.1 luarocks-3.3.1.tar.gz 12 && cd /tmp ; rm -rf luarocks-3.3.1 luarocks-3.3.1.tar.gz
13 13
14RUN luarocks install moonplus 14RUN luarocks install yuescript
15 15
16RUN cd /tmp && git clone https://github.com/pigpigyyy/MoonPlus \ 16CMD ["yue"]
17 && cd MoonPlus && make install \
18 && cd /tmp ; rm -rf MoonPlus/
19
20CMD ["moonp"]