From fef716c4c4ff28822409f8ce05a05488da15fa76 Mon Sep 17 00:00:00 2001 From: Cristian Haunsen Date: Wed, 16 Sep 2020 22:52:28 -0300 Subject: Update Dockerfile Missing yes flag --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') 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 RUN apt-get update && apt-get install -y lua5.1 liblua5.1-0-dev cmake git unzip wget -RUN apt-get install fuse libfuse-dev +RUN apt-get install -y fuse libfuse-dev RUN cd /tmp && wget https://luarocks.org/releases/luarocks-3.3.1.tar.gz \ && tar zxpf luarocks-3.3.1.tar.gz \ @@ -15,4 +15,4 @@ RUN luarocks install moonplus RUN cd /tmp && git clone https://github.com/pigpigyyy/MoonPlus \ && cd MoonPlus && make install \ - && cd /tmp ; rm -rf MoonPlus/ \ No newline at end of file + && cd /tmp ; rm -rf MoonPlus/ -- cgit v1.2.3-55-g6feb