From 80f6af7766a1b47715a0cd8d1fab567750dcdc31 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 24 Sep 2019 12:36:50 +0200 Subject: catatonit: clone and build Instead of unconditionally pulling the x86 binary, clone the repository and build the binary to make it independent of the architecture. Fixes: #2699 Signed-off-by: Valentin Rothberg --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1f51cd874..3c65bf5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y \ build-essential \ curl \ e2fslibs-dev \ + file \ gawk \ gettext \ go-md2man \ -- cgit v1.2.3-54-g00ecf