diff --git a/Dockerfile b/Dockerfile index 3f5beb3..49657e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ RUN apt-get update && \ chrpath socat cpio python python3 rsync \ tar bzip2 curl dosfstools mtools parted \ syslinux tree python3-pip bc python3-yaml \ - lsb-release python3-setuptools ssh-client && \ + lsb-release python3-setuptools ssh-client \ + vim less && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*