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 <ch@denx.de>
This commit is contained in:
Claudius Heine 2017-07-24 15:54:24 +02:00 committed by Daniel Wagner
parent 2d6b1ce6a0
commit bb36b907f0

View File

@ -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/*