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:
parent
013722fd28
commit
ec69bcb0c2
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user