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:
46105f8
)
Only /bin/sh is symlinked to /system/bin/sh
author
Robert Valik
<valik@visitors.sk>
Sat, 17 Oct 2015 17:32:30 +0000
(19:32 +0200)
committer
Robert Valik
<valik@visitors.sk>
Sat, 17 Oct 2015 17:32:30 +0000
(19:32 +0200)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 7f30fbbcbf02acff38836e1d27e5093c7a316f6c..abfaea85d1c83cd07d961fa5a5d760c2807243bc 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-51,9
+51,10
@@
RUN cd /tmp && \
mkdir /root/lib && \
mv /tmp/android-sdk-linux /root/lib/android-sdk && \
mv /tmp/android-ndk-r10e /root/lib/android-ndk && \
- rm -fr /tmp/* \
+ rm -fr /tmp/*
&&
\
# This link is needed for building git package
- ln -s / /system
+ mkdir -p /system/bin && \
+ ln -s /bin/sh /system/bin/sh
RUN mkdir -p /data/data/com.termux/files/usr && mkdir -p /root/termux-packages
ADD *.py /root/termux-packages/