wagtail / docker-wagtail-develop

74 stars 47 forks source link

Update Dockerfile for Debian Bullseye release #32

Closed tbrlpld closed 3 years ago

tbrlpld commented 3 years ago

The previously used base image python:3.7 was changed to now use Debian Bullseye. This lead to installation issues of libenchant-dev (see #31).

This is now fixed by upgrading the installation command for libenchant to libenchant-2-dev (see also https://pkgs.org/search/?q=LIBENCHANT).

Additionally, to avoid similar issues in the future, the Debian version of the base image is now defined in the Dockerfile.

Closes #31

saevarom commented 3 years ago

I ran a quick docker-compose up and everything seems to work fine. Running again with python 3.8

tbrlpld commented 3 years ago

Thank you both for reviewing @zerolab @saevarom