Skip to content

Commit

Permalink
Merge pull request ammaraskar#12 from cmannix/master
Browse files Browse the repository at this point in the history
Change Dockerfile to use sphinxdoc/sphinx base image
  • Loading branch information
ammaraskar authored Apr 20, 2020
2 parents 8b4f601 + 318e8f9 commit 197773b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
FROM python:3-slim
FROM sphinxdoc/sphinx:2.4.4

LABEL "maintainer"="Ammar Askar <[email protected]>"

# Needed to invoke the Sphinx Makefile.
RUN apt-get -y update && apt-get -y install make

ADD requirements.txt requirements.txt
RUN pip install -r requirements.txt

ADD entrypoint.py /entrypoint.py
ADD sphinx_action /sphinx_action

ENTRYPOINT ["/entrypoint.py"]
ENTRYPOINT ["/entrypoint.py"]
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

0 comments on commit 197773b

Please sign in to comment.