Skip to content

Commit

Permalink
Add sphinx_rtd_theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
abcminiuser committed Feb 21, 2019
1 parent cb53a79 commit 354f7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM python:3-alpine

RUN apk add --no-cache bash make

RUN pip install pep8 flake8 pylint bandit sphinx
RUN pip install pep8 flake8 pylint bandit sphinx sphinx_rtd_theme

CMD ["/bin/bash"]

0 comments on commit 354f7c2

Please sign in to comment.