From: Michael Halstead <mhalstead@...>
The current version of django-simple-captcha requires libz and freetype
development libraries.
Signed-off-by: Michael Halstead <mhalstead@...>
Refactor to apply. Fix typo. Fix previous mixed use of space vs tab.
Signed-off-by: Tim Orling <tim.orling@...>
---
Dockerfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile
index 4b2870a..a6c7ad2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \
--
2.34.1