aboutsummaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2021-02-17 11:22:07 +0800
committerLi Jin <dragon-fly@qq.com>2021-02-17 11:22:07 +0800
commit7066392d1c974065181d95d93274136dcd625d43 (patch)
treecf51eafc2c52cbc12246a306bca172d799193d30 /docker
parent90cd12ad9ef465f3e435e1bd034dcfbe4e19d016 (diff)
downloadyuescript-7066392d1c974065181d95d93274136dcd625d43.tar.gz
yuescript-7066392d1c974065181d95d93274136dcd625d43.tar.bz2
yuescript-7066392d1c974065181d95d93274136dcd625d43.zip
stop reusing variables, rename project.
Diffstat (limited to 'docker')
-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"]