Merge pull request #160 from rsnel/master
[termux-packages] / Dockerfile
index 0e00c28..1cc664b 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 \