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 \
|
build-base \
|
||||||
openldap-dev \
|
openldap-dev \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
libpq-dev \
|
postgresql-dev \
|
||||||
|
jpeg-dev \
|
||||||
|
libxml2-dev \
|
||||||
|
libxslt-dev \
|
||||||
|
libmemcached-dev \
|
||||||
|
zlib-dev \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# FIX https://github.com/python-ldap/python-ldap/issues/432
|
# FIX https://github.com/python-ldap/python-ldap/issues/432
|
||||||
|
|
Loading…
Reference in a new issue