mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 02:44: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" %}
|
||||
# psycopg2 dependencies
|
||||
libpq-dev \
|
||||
default-libmysqlclient-dev \
|
||||
{%- elif cookiecutter.database_engine == "mysql" %}
|
||||
# mysql dependency
|
||||
default-libmysqlclient-dev \
|
||||
{%- endif %}
|
||||
# Translations dependencies
|
||||
gettext \
|
||||
|
|
Loading…
Reference in New Issue
Block a user