Add support for docker build + docker release

This commit is contained in:
Nico Schottelius 2021-12-17 22:21:59 +01:00
commit 8179ca4d22
5 changed files with 32 additions and 3 deletions

View file

@ -5,8 +5,9 @@ WORKDIR /usr/src/app
RUN apk add --update --no-cache \
git \
build-base \
openldap-dev\
python3-dev\
openldap-dev \
python3-dev \
libpq-dev \
&& rm -rf /var/cache/apk/*
# FIX https://github.com/python-ldap/python-ldap/issues/432