Add apks required for the build on alpine 3.12

This commit is contained in:
PCoder 2024-02-19 20:43:33 +05:30
parent f178be8395
commit 893c816846
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,12 @@ RUN apk add --update --no-cache \
build-base \
openldap-dev \
python3-dev \
libpq-dev \
postgresql-dev \
jpeg-dev \
libxml2-dev \
libxslt-dev \
libmemcached-dev \
zlib-dev \
&& rm -rf /var/cache/apk/*
# FIX https://github.com/python-ldap/python-ldap/issues/432