From: Michael Halstead <[email protected]> The current version of django-simple-captcha requires libz and freetype development libraries.
Signed-off-by: Michael Halstead <[email protected]> Refactor to apply. Fix typo. Fix previous mixed use of space vs tab. Signed-off-by: Tim Orling <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#58824): https://lists.yoctoproject.org/g/yocto/message/58824 Mute This Topic: https://lists.yoctoproject.org/mt/95713250/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
