From bb36b907f0ffe30505fe241ccd35bcefe7c539c6 Mon Sep 17 00:00:00 2001 From: Claudius Heine Date: Mon, 24 Jul 2017 15:54:24 +0200 Subject: [PATCH] Dockerfile: added less and vim If you are using kas interactivly vim and less are very convenient tools to have. Signed-off-by: Claudius Heine --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/*