chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2b28949
)
*.py scripts are in scripts/, now Dockerfile knows that too
author
Rik Snel
<rik@snel.it>
Wed, 9 Mar 2016 19:18:00 +0000
(20:18 +0100)
committer
Rik Snel
<rik@snel.it>
Wed, 9 Mar 2016 19:18:00 +0000
(20:18 +0100)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 1cc664bf99d6f1dc80a8b1bf657a8cd111b29ca2..6f134c1398e1f9718b6aba45e38ebafb299aac7e 100644
(file)
--- 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
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
ADD *.sh /root/termux-packages/
ADD *.spec /root/termux-packages/
ADD packages /root/termux-packages/packages