We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7cdef7 + 435a1fe commit e5114e7Copy full SHA for e5114e7
Dockerfile
@@ -1,5 +1,6 @@
1
-FROM python:3.6-slim
+FROM python:3.8
2
3
# Install make and the necessary sphinx packages
4
+RUN pip install wheel setuptools
5
RUN apt-get update && apt-get install make -y && \
6
pip install Sphinx sphinx_rtd_theme recommonmark sphinx-markdown-tables
0 commit comments