Dockerfile: add captcha dependencies

The current version of django-simple-captcha requires libz and freetype
development libraries.

Refactor to apply. Fix typo. Fix previous mixed use of space vs tab.

Signed-off-by: Michael Halstead <mhalstead@linuxfoundation.org>
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
This commit is contained in:
Michael Halstead 2022-12-16 08:42:50 -08:00 committed by Tim Orling
parent d8ab1beebe
commit c7b02096e0

View File

@ -31,7 +31,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
python3-mysqldb \
python3-dev \
python3-pil \
python3-wheel \
python3-wheel \
libz-dev \
libfreetype6-dev \
libjpeg-dev \
libmariadbclient-dev \
locales \