diff options
author | Criztian Haunsen <cristianhaunsen@gmail.com> | 2020-08-05 23:17:09 -0300 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-08-10 11:06:55 +0800 |
commit | b842635fe941ab8f22d52d453bac91b6edd38f91 (patch) | |
tree | b40794fb25d9011f573fc63cd734a6afbe7c1330 /docker | |
parent | 27c7d9fe301f730a79f522a36271f3caeeea9d2e (diff) | |
download | yuescript-b842635fe941ab8f22d52d453bac91b6edd38f91.tar.gz yuescript-b842635fe941ab8f22d52d453bac91b6edd38f91.tar.bz2 yuescript-b842635fe941ab8f22d52d453bac91b6edd38f91.zip |
Update dockerfile
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 2 |
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 | ||
3 | RUN apt-get update && apt-get install -y lua5.1 liblua5.1-0-dev cmake git unzip wget | 3 | RUN apt-get update && apt-get install -y lua5.1 liblua5.1-0-dev cmake git unzip wget |
4 | 4 | ||
5 | RUN apt-get install fuse libfuse-dev | ||
6 | |||
5 | RUN cd /tmp && wget https://luarocks.org/releases/luarocks-3.3.1.tar.gz \ | 7 | RUN 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 \ |