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:
cba7ea1
)
Dockerfile: Fix neovim build deps
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sat, 21 May 2016 23:20:14 +0000
(19:20 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sat, 21 May 2016 23:20:14 +0000
(19:20 -0400)
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 4d550c954d791c07505ba8fcba45881650fe528c..0cc33f833a04141a602b2c73eb4c2f92a7e05722 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-61,7
+61,7
@@
RUN cd /tmp && \
RUN mkdir -p /data/data/com.termux/files/usr && mkdir -p /root/termux-packages && \
# Install neovim dependencies
luarocks install lpeg && \
- luarocks install
lua-MessageP
ack && \
+ luarocks install
mp
ack && \
luarocks install luabitop
ADD scripts /root/termux-packages/scripts