From 2878fbb5782d0c5ad4184570020a5ab804559c61 Mon Sep 17 00:00:00 2001 From: Shuicheng Lin Date: Thu, 18 Apr 2019 10:35:31 +0800 Subject: [PATCH] fix build-pkgs fail to edit python-eventlet srpm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The error message is “/bin/sh: sphinx-build: command not found”. Add python-sphinx package to fix it. Closes-Bug: 1824932 Change-Id: Ia07421a44d9b890148f70625b4b06eea84b4a7b9 Signed-off-by: Shuicheng Lin --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index f4fa8f48..fed5e226 100644 --- a/Dockerfile +++ b/Dockerfile @@ -82,6 +82,7 @@ RUN groupadd -g 751 cgts && \ python-pep8 \ python-pip \ python-psutil \ + python-sphinx \ python-subunit \ python-pip \ python-testrepository \