docker: add mercurial to our toolbox

With kas now supporting mercuial as well, add that tool to the docker
containers.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
This commit is contained in:
Henning Schild 2018-01-05 16:00:32 +01:00 committed by Daniel Wagner
parent 013722fd28
commit ec69bcb0c2

View File

@ -15,7 +15,7 @@ RUN apt-get update && \
tar bzip2 curl dosfstools mtools parted \
syslinux tree python3-pip bc python3-yaml \
lsb-release python3-setuptools ssh-client \
vim less && \
vim less mercurial && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*