FROM ubuntu:latest

RUN apt-get update -y
RUN apt-get install vim -y
ENV LANG C.UTF-8


参考资料:https://blog.csdn.net/listen_wq/article/details/117737035