From 97ff855f5af93df24d47049a702ca62d8a09d8ac Mon Sep 17 00:00:00 2001 From: darosior Date: Tue, 23 Jul 2019 10:19:37 +0200 Subject: [PATCH] Install python3-mako in the Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f27d93e52..42ae64ccb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN apk add --no-cache \ python \ python-dev \ python3 \ + python3-mako \ sqlite-dev \ wget \ git \