From: Rik Snel Date: Wed, 9 Mar 2016 19:18:00 +0000 (+0100) Subject: *.py scripts are in scripts/, now Dockerfile knows that too X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/127a2a529e2ee444ac4341518c573b43f4ffe40a?ds=sidebyside *.py scripts are in scripts/, now Dockerfile knows that too --- diff --git a/Dockerfile b/Dockerfile index 1cc664bf..6f134c13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,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