Add comment for alpine 3.14 requirement
This commit is contained in:
parent
893c816846
commit
b6ff2b62c1
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ RUN apk add --update --no-cache \
|
||||||
zlib-dev \
|
zlib-dev \
|
||||||
&& rm -rf /var/cache/apk/*
|
&& rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
|
## For alpine 3.15 replace postgresql-dev with libpq-dev
|
||||||
|
|
||||||
# FIX https://github.com/python-ldap/python-ldap/issues/432
|
# FIX https://github.com/python-ldap/python-ldap/issues/432
|
||||||
RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so
|
RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue