aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index a74a7bf..58c92fe 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -2,6 +2,8 @@ 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
6
5RUN 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 \
6 && tar zxpf luarocks-3.3.1.tar.gz \ 8 && tar zxpf luarocks-3.3.1.tar.gz \
7 && cd luarocks-3.3.1 \ 9 && cd luarocks-3.3.1 \