mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:00:04 +08:00
fix(docker): add python and lua5.3
This commit is contained in:
parent
29bf989859
commit
1201a5b080
@ -3,7 +3,7 @@ FROM debian:stable
|
||||
MAINTAINER Shidong Wang <wsdjeg@outlook.com>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y neovim curl git exuberant-ctags silversearcher-ag && \
|
||||
apt-get install -y neovim curl python lua5.3 git exuberant-ctags silversearcher-ag && \
|
||||
apt-get clean
|
||||
|
||||
ENV HOME /home/spacevim
|
||||
|
Loading…
Reference in New Issue
Block a user