1
0
Fork 0

Ensure neovim runtime dependency

main
Ambrose Chua 2018-04-01 22:59:29 +08:00
parent f604e0b771
commit d796378a70
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ echo
echo "Installing neovim $NEOVIM_VERSION..."
echo
apk add --no-cache \
unibilium \
libtermkey \
libvterm \
python3
apk add --no-cache --virtual .build-deps \
curl \
git \