From ec69bcb0c26cc8b4a951a6a24aee1dc019898db1 Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Fri, 5 Jan 2018 16:00:32 +0100 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49657e8..578a3d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*