From 336b51ad65c89b8752794a110254c0181673cdc9 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 14 Feb 2020 18:59:05 +0100
Subject: [PATCH] [mod] 3.8: Install mypy, pylint, and sphinx via pip

- https://git.duniter.org/clients/python/duniterpy/issues/118
- To speed-up the jobs
---
 3.8/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/3.8/Dockerfile b/3.8/Dockerfile
index 0585c0c..a2ca155 100644
--- a/3.8/Dockerfile
+++ b/3.8/Dockerfile
@@ -6,4 +6,4 @@ apt install --yes libsodium23 make && \
 rm -rf /var/lib/apt/lists
 
 # Install Poetry
-RUN pip3 install poetry black
+RUN pip3 install poetry black mypy pylint sphinx_rtd_theme
-- 
GitLab