1
0
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:
wsdjeg 2022-05-23 21:46:32 +08:00
parent 29bf989859
commit 1201a5b080

View File

@ -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