X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/513c1e4934af0eb89436a2d910deba0d6e53fe59..e4539a949f98823e7d368f9b26db88174bc58634:/Dockerfile diff --git a/Dockerfile b/Dockerfile index f6220869..859563c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -60,9 +59,6 @@ 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 && \