corkscrew: Add man page from debian
[termux-packages] / Dockerfile
index f53e0b9..859563c 100644 (file)
@@ -9,6 +9,7 @@ RUN dpkg-reconfigure locales
 
 RUN apt-get update && apt-get install -y \
         sudo \
+        git \
         asciidoc \
         automake \
         bison \
@@ -33,7 +34,7 @@ RUN apt-get update && apt-get install -y \
         libtool \
         libtool-bin \
         lua-lpeg \
-        loarocks \
+        luarocks \
         lzip \
         m4 \
         pkg-config \
@@ -58,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 && \