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:
ac6accf
)
Added neovim lua dependencies
author
Robert Valik
<valik@visitors.sk>
Sat, 17 Oct 2015 20:54:25 +0000
(22:54 +0200)
committer
Robert Valik
<valik@visitors.sk>
Sat, 17 Oct 2015 20:54:25 +0000
(22:54 +0200)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 3075cd3256918e7825c7e30c3bbea41339d3ada3..f53e0b9ff7057b09697c86db92ed53b35a2e5d08 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-31,7
+31,9
@@
RUN apt-get update && apt-get install -y \
libncurses5-dev \
libssl-dev \
libtool \
libncurses5-dev \
libssl-dev \
libtool \
- libtool-bin \
+ libtool-bin \
+ lua-lpeg \
+ loarocks \
lzip \
m4 \
pkg-config \
lzip \
m4 \
pkg-config \
@@
-58,7
+60,11
@@
RUN cd /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 && \
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
+ ln -s /bin/sh /system/bin/sh && \
+# Install neovim dependencies
+ luarocks install lpeg && \
+ luarocks install lua-MessagePack && \
+ luarocks install luabitop
ADD *.py /root/termux-packages/
ADD *.sh /root/termux-packages/
ADD *.py /root/termux-packages/
ADD *.sh /root/termux-packages/