diff --git a/Dockerfile b/Dockerfile index 796042a9907bed4400f7e66b53b76a7e0e040242..5d93125625330e311a76532f1796dfc71fcdf447 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone RUN apt update -y \ && apt install -y \ - curl python3 python3-pip sshpass \ + curl python3 python3-pip sshpass vim \ && rm -rf /var/lib/apt/lists/* # Some tools like yamllint need this