*.py scripts are in scripts/, now Dockerfile knows that too

This commit is contained in:
Rik Snel 2016-03-09 20:18:00 +01:00
parent 2b28949461
commit 127a2a529e
1 changed files with 1 additions and 1 deletions

View File

@ -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