cookiecutter-django/{{cookiecutter.project_slug}}/compose/local/django
Michel Sassano c3b9f72f31 Remove openssl to fix unsatisfiable constraints error with libressl (#1661)
Removed the openssl-dev package from the Django Dockerfiles (local and production) to fix the unsatisfiable constraints error.

The error appears because you can't have openssl and libressl installed at the same time. One of the package used by the template/project installs libressl which create an error when trying to install openssl.

Thx to @browniebroke
2018-05-25 14:21:22 +08:00
..
celery Commit local django celery start scripts back 2018-05-21 15:34:28 +03:00
Dockerfile Remove openssl to fix unsatisfiable constraints error with libressl (#1661) 2018-05-25 14:21:22 +08:00
start Commit local django start scripts back 2018-05-21 15:39:12 +03:00