X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/ac6accf513d8535edc05a87c6c343b437fa674ce..38ffe16c2040b1d0fe0497faf1894708e93c0580:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 3075cd32..1cc664bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:15.04 +FROM ubuntu:15.10 MAINTAINER Alex Cornejo # to prevent dialog warnings @@ -9,6 +9,7 @@ RUN dpkg-reconfigure locales RUN apt-get update && apt-get install -y \ sudo \ + git \ asciidoc \ automake \ bison \ @@ -31,7 +32,9 @@ RUN apt-get update && apt-get install -y \ libncurses5-dev \ libssl-dev \ libtool \ - libtool-bin \ + libtool-bin \ + lua-lpeg \ + luarocks \ lzip \ m4 \ pkg-config \ @@ -56,9 +59,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/