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