*.py scripts are in scripts/, now Dockerfile knows that too
[termux-packages] / Dockerfile
index b560ced..6f134c1 100644 (file)
@@ -1,4 +1,4 @@
-FROM ubuntu:15.04
+FROM ubuntu:15.10
 MAINTAINER Alex Cornejo <acornejo@gmail.com>
 
 # 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