mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
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:
parent
d8ab1beebe
commit
c7b02096e0
|
@ -32,6 +32,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pil \
|
python3-pil \
|
||||||
python3-wheel \
|
python3-wheel \
|
||||||
|
libz-dev \
|
||||||
|
libfreetype6-dev \
|
||||||
libjpeg-dev \
|
libjpeg-dev \
|
||||||
libmariadbclient-dev \
|
libmariadbclient-dev \
|
||||||
locales \
|
locales \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user