This commit is contained in:
parent
fdc2fb9b30
commit
5072af4b0c
4 changed files with 19 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
FROM python:3-alpine
|
||||
|
||||
RUN apk --no-cache add build-base openldap-dev python2-dev python3-dev
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN apk --no-cache add build-base openldap-dev python3-dev
|
||||
|
||||
COPY src/* ./
|
||||
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
ENTRYPOINT [ "python3", "main.py" ]
|
Loading…
Add table
Add a link
Reference in a new issue