From 24a53aa88ebf9d0efc2e04b8408c907075bef6f7 Mon Sep 17 00:00:00 2001 From: Christoph Manns <mannsc@strato.de> Date: Thu, 24 Oct 2019 13:16:05 +0200 Subject: [PATCH] build: some go modules require mercurial (#4719) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2d39199bca..e2d3b05c78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -114,7 +114,7 @@ RUN chmod +x /usr/local/bin/composer # Go Modules -RUN apt-get update && apt-get install -y bzr && \ +RUN apt-get update && apt-get install -y bzr mercurial && \ rm -rf /var/lib/apt/lists/* ENV GOLANG_VERSION 1.13 -- GitLab