X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/35fa8ce718ea68ff3bee9d919614470ae224f2fb..e0525b06758ff8ef69222d09ea818a919f3d9e46:/Dockerfile diff --git a/Dockerfile b/Dockerfile index f417a457..f6220869 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,10 +31,16 @@ RUN apt-get update && apt-get install -y \ libncurses5-dev \ libssl-dev \ libtool \ + libtool-bin \ + lua-lpeg \ + luarocks \ lzip \ m4 \ +# php-cli is needed to compile php package + php5-cli \ pkg-config \ scons \ + subversion \ texinfo \ xmlto \ # Provides u'makedepend' which the openssl build uses @@ -56,7 +62,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/