X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ea56e143ced94af84f8f45dd967710132645edd6..03553a1560d2f7caf6ee6d29530a1ad378e948d3:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 1f6d8a21..0e00c287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,6 +31,9 @@ RUN apt-get update && apt-get install -y \ libncurses5-dev \ libssl-dev \ libtool \ + libtool-bin \ + lua-lpeg \ + luarocks \ lzip \ m4 \ pkg-config \ @@ -55,9 +58,10 @@ RUN cd /tmp && \ rm -fr /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 +# Install neovim dependencies + luarocks install lpeg && \ + luarocks install lua-MessagePack && \ + luarocks install luabitop ADD *.py /root/termux-packages/ ADD *.sh /root/termux-packages/