mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 10:54:51 +03:00
🧪 testing workflow - update docketfile
This commit is contained in:
parent
a1b591883f
commit
0bf041492d
|
@ -45,9 +45,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||||
{%- if cookiecutter.database_engine == "postgresql" %}
|
{%- if cookiecutter.database_engine == "postgresql" %}
|
||||||
# psycopg2 dependencies
|
# psycopg2 dependencies
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
|
default-libmysqlclient-dev \
|
||||||
{%- elif cookiecutter.database_engine == "mysql" %}
|
{%- elif cookiecutter.database_engine == "mysql" %}
|
||||||
# mysql dependency
|
# mysql dependency
|
||||||
default-libmysqlclient-dev \
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
# Translations dependencies
|
# Translations dependencies
|
||||||
gettext \
|
gettext \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user