From 7066392d1c974065181d95d93274136dcd625d43 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 17 Feb 2021 11:22:07 +0800 Subject: stop reusing variables, rename project. --- docker/Dockerfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docker') 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 \ && make && make install \ && cd /tmp ; rm -rf luarocks-3.3.1 luarocks-3.3.1.tar.gz -RUN luarocks install moonplus +RUN luarocks install yuescript -RUN cd /tmp && git clone https://github.com/pigpigyyy/MoonPlus \ - && cd MoonPlus && make install \ - && cd /tmp ; rm -rf MoonPlus/ - -CMD ["moonp"] +CMD ["yue"] -- cgit v1.2.3-55-g6feb