vim : Depends: libtinfo5 (>= 6) but it is not going to be installed
#docker 系统基本版:debian:buster-slim
#执行安装 apt-get install vim时出错
# 依赖库版本过低导致
#重新安装
apt update && apt install -y libtinfo5 --allow-remove-essential
apt-get -y install vim
vim : Depends: libtinfo5 (>= 6) but it is not going to be installed
#docker 系统基本版:debian:buster-slim
#执行安装 apt-get install vim时出错
# 依赖库版本过低导致
#重新安装
apt update && apt install -y libtinfo5 --allow-remove-essential
apt-get -y install vim