From: Robert Valik Date: Sat, 17 Oct 2015 20:54:25 +0000 (+0200) Subject: Added neovim lua dependencies X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/52135097c5d3d7b90062e9abf4d528fb1ae65f1b Added neovim lua dependencies --- diff --git a/Dockerfile b/Dockerfile index 3075cd32..f53e0b9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,9 @@ RUN apt-get update && apt-get install -y \ libncurses5-dev \ libssl-dev \ libtool \ - libtool-bin \ + libtool-bin \ + lua-lpeg \ + loarocks \ lzip \ m4 \ pkg-config \ @@ -58,7 +60,11 @@ RUN cd /tmp && \ RUN mkdir -p /data/data/com.termux/files/usr && mkdir -p /root/termux-packages && \ # This link is needed for building git package mkdir -p /system/bin && \ - ln -s /bin/sh /system/bin/sh + ln -s /bin/sh /system/bin/sh && \ +# Install neovim dependencies + luarocks install lpeg && \ + luarocks install lua-MessagePack && \ + luarocks install luabitop ADD *.py /root/termux-packages/ ADD *.sh /root/termux-packages/