Skip to content

Commit e5114e7

Browse files
authored
Merge pull request #1 from vhdeluca/patch-1
Update Dockerfile
2 parents c7cdef7 + 435a1fe commit e5114e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
FROM python:3.6-slim
1+
FROM python:3.8
22

33
# Install make and the necessary sphinx packages
4+
RUN pip install wheel setuptools
45
RUN apt-get update && apt-get install make -y && \
56
pip install Sphinx sphinx_rtd_theme recommonmark sphinx-markdown-tables

0 commit comments

Comments
 (0)