X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/5822f92030cc9176ddf3eb91749da07da11f9b88..127a2a529e2ee444ac4341518c573b43f4ffe40a:/Dockerfile diff --git a/Dockerfile b/Dockerfile index b560ced4..6f134c13 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 \ @@ -36,8 +37,6 @@ RUN apt-get update && apt-get install -y \ luarocks \ lzip \ m4 \ -# php-cli is needed to compile php package - php5-cli \ pkg-config \ scons \ subversion \ @@ -65,7 +64,7 @@ RUN mkdir -p /data/data/com.termux/files/usr && mkdir -p /root/termux-packages & luarocks install lua-MessagePack && \ luarocks install luabitop -ADD *.py /root/termux-packages/ +ADD scripts /root/termux-packages/scripts ADD *.sh /root/termux-packages/ ADD *.spec /root/termux-packages/ ADD packages /root/termux-packages/packages