Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclin committed Mar 24, 2023
1 parent 72429f5 commit 6bfa739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ WORKDIR /site/

RUN pip install -r requirements.txt

RUN pip install python-jose # bug see https://github.com/python-social-auth/social-app-django/issues/427

# serve lato.css locally
RUN sed -i "s+https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin+/static/lato.css+" /usr/local/lib/python3.11/site-packages/martor/static/plugins/css/semantic.css

Expand Down

0 comments on commit 6bfa739

Please sign in to comment.