We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26f2b2 commit a65fca5Copy full SHA for a65fca5
.dockerignore
@@ -1,5 +1,5 @@
1
*.DS_Store
2
-build/
+build*
3
*.user
4
.vscode
5
.idea
Dockerfile
@@ -75,7 +75,7 @@ RUN pip3 install -U wheel && \
75
pip3 install -U docopt PyYAML sphinx==1.5.6 && \
76
pip3 install sphinx-rtd-theme==0.1.9 recommonmark && \
77
easy_install -U pip && \
78
- pip install -U wheel && \
+ pip install -U pip setuptools wheel && \
79
pip install -U docopt PyYAML sphinx==1.5.6 && \
80
pip install sphinx-rtd-theme==0.1.9 recommonmark
81
0 commit comments