From bdf1ffcb4f4e10276e33c8ede8663ce34d4db0cd Mon Sep 17 00:00:00 2001 From: Cryptcoin Junkey Date: Sun, 11 Aug 2019 11:59:09 +0900 Subject: [PATCH] Enable to build the docker image (ElementsProject#2941). Signed-off-by: Cryptcoin Junkey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42ae64ccb..76a858d8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk add --no-cache \ python \ python-dev \ python3 \ - python3-mako \ + py3-mako \ sqlite-dev \ wget \ git \