mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2026-04-26 15:32:28 +02:00
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM alpine
|
||||
|
||||
WORKDIR /app/
|
||||
RUN apk --update --no-cache add python3 py3-requests
|
||||
RUN apk --update --no-cache add python3 py3-requests py3-psycopg2
|
||||
|
||||
COPY ./*.py ./
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
python-ldap
|
||||
psycopg2-binary
|
||||
pyyaml
|
||||
flask
|
||||
flask-sqlalchemy
|
||||
|
||||
Reference in New Issue
Block a user