diff --git a/.dockerignore b/.dockerignore index 2b2e74053d33cb6d2878fd3d6da48fa344172f63..397645267f396c4849d28586984954fdbe82ac2d 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,5 @@ *.DS_Store -build/ +build* *.user .vscode .idea diff --git a/Dockerfile b/Dockerfile index 738bba9bc2e1ab19709722fe04f1490b1b13bd4f..4209233ed0cf0651a39489fe16d3dcb1479cedc6 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