From 3dc64e50ef5d93d076b733fa1ec098eb52063431 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Wed, 23 Jan 2019 10:04:50 +0100 Subject: [PATCH] ci: Explicitely install python-mako It seems the dependencies have changes and now this needs to be specified explicitely. Signed-off-by: Gert Wollny --- ci/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index 9207048..8e1544d 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -56,6 +56,7 @@ RUN apt-get -y install ca-certificates && \ psmisc \ python-numpy \ python-six \ + python-mako \ python3-pip \ python3-setuptools \ python3-six \