Skip to content

Commit

Permalink
install package furo from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 7, 2023
1 parent 956cccc commit 172adc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ COPY package-lock.json /web/package-lock.json
RUN npm ci

# install Python specific requirements
RUN pip install django psycopg2-binary Pillow uWSGI docutils Sphinx sphinx-toolbox
RUN pip install https://github.com/pradyunsg/furo/archive/refs/heads/main.zip
RUN pip install django psycopg2-binary Pillow uWSGI docutils Sphinx sphinx-toolbox furo
RUN pip install https://github.com/jrief/django-sphinx-view/archive/refs/heads/main.zip

# copy project relevant files into container
Expand Down

0 comments on commit 172adc6

Please sign in to comment.