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