1
0
Fork 0

Add missing neovim deps

main
Ambrose Chua 2018-04-01 18:23:47 +08:00
parent 9ba1a30f66
commit 7f1af99265
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ apk add --no-cache --virtual .build-deps \
automake \
cmake \
libtool \
unibilium-dev
unibilium-dev \
libtermkey-dev \
libvterm-dev
git clone https://github.com/neovim/neovim.git
cd neovim