Add apks required for the build on alpine 3.12
This commit is contained in:
parent
f178be8395
commit
893c816846
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue