Skip to content

Commit

Permalink
Merge pull request #1 from vhdeluca/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
ryukinix authored Feb 10, 2021
2 parents c7cdef7 + 435a1fe commit e5114e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM python:3.6-slim
FROM python:3.8

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

0 comments on commit e5114e7

Please sign in to comment.