mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 09:02:19 +03:00
Fix docs compose (again) (#3494)
This commit is contained in:
parent
ee14304dcf
commit
e9ee4a930e
|
@ -37,6 +37,8 @@ ENV PYTHONDONTWRITEBYTECODE 1
|
||||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
# To run the Makefile
|
# To run the Makefile
|
||||||
make \
|
make \
|
||||||
|
# psycopg2 dependencies
|
||||||
|
libpq-dev \
|
||||||
# Translations dependencies
|
# Translations dependencies
|
||||||
gettext \
|
gettext \
|
||||||
# Uncomment below lines to enable Sphinx output to latex and pdf
|
# Uncomment below lines to enable Sphinx output to latex and pdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user