mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-10 16:20:59 +00:00
Fix docs compose (again) (#3494)
This commit is contained in:
parent
ee14304dcf
commit
e9ee4a930e
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ ENV PYTHONDONTWRITEBYTECODE 1
|
|||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
# To run the Makefile
|
||||
make \
|
||||
# psycopg2 dependencies
|
||||
libpq-dev \
|
||||
# Translations dependencies
|
||||
gettext \
|
||||
# Uncomment below lines to enable Sphinx output to latex and pdf
|
||||
|
|
|
|||
Loading…
Reference in a new issue