aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 58c92fe..895aba3 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,7 +2,7 @@ FROM ubuntu:18.04
2 2
3RUN apt-get update && apt-get install -y lua5.1 liblua5.1-0-dev cmake git unzip wget 3RUN apt-get update && apt-get install -y lua5.1 liblua5.1-0-dev cmake git unzip wget
4 4
5RUN apt-get install fuse libfuse-dev 5RUN apt-get install -y fuse libfuse-dev
6 6
7RUN cd /tmp && wget https://luarocks.org/releases/luarocks-3.3.1.tar.gz \ 7RUN cd /tmp && wget https://luarocks.org/releases/luarocks-3.3.1.tar.gz \
8 && tar zxpf luarocks-3.3.1.tar.gz \ 8 && tar zxpf luarocks-3.3.1.tar.gz \
@@ -15,4 +15,4 @@ RUN luarocks install moonplus
15 15
16RUN cd /tmp && git clone https://github.com/pigpigyyy/MoonPlus \ 16RUN cd /tmp && git clone https://github.com/pigpigyyy/MoonPlus \
17 && cd MoonPlus && make install \ 17 && cd MoonPlus && make install \
18 && cd /tmp ; rm -rf MoonPlus/ \ No newline at end of file 18 && cd /tmp ; rm -rf MoonPlus/