From a65fca5f25ed41418d2d13893fa5fe14daa0a94f Mon Sep 17 00:00:00 2001 From: minqiyang Date: Thu, 25 Oct 2018 11:22:33 +0800 Subject: [PATCH] Fix ubuntu dockerfile test=develop --- .dockerignore | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 2b2e74053d3..397645267f3 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,5 @@ *.DS_Store -build/ +build* *.user .vscode .idea diff --git a/Dockerfile b/Dockerfile index 738bba9bc2e..4209233ed0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ RUN pip3 install -U wheel && \ pip3 install -U docopt PyYAML sphinx==1.5.6 && \ pip3 install sphinx-rtd-theme==0.1.9 recommonmark && \ easy_install -U pip && \ - pip install -U wheel && \ + pip install -U pip setuptools wheel && \ pip install -U docopt PyYAML sphinx==1.5.6 && \ pip install sphinx-rtd-theme==0.1.9 recommonmark -- GitLab