Add support for docker build + docker release
This commit is contained in:
parent
c0333212aa
commit
8179ca4d22
5 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue