make-docker-build-succesful #19

Merged
nico merged 5 commits from make-docker-build-succesful into master 2024-02-20 01:06:23 +00:00
Showing only changes of commit b6ff2b62c1 - Show all commits

Add comment for alpine 3.14 requirement

PCoder 2024-02-19 20:44:17 +05:30

View file

@ -16,6 +16,8 @@ RUN apk add --update --no-cache \
zlib-dev \
&& 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
RUN echo 'INPUT ( libldap.so )' > /usr/lib/libldap_r.so