mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49: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
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user