1
0
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:
wsdjeg 2022-05-23 21:49:31 +08:00
parent 1201a5b080
commit bec2410d2b

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