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
|
FROM alpine
|
||||||
|
|
||||||
WORKDIR /app/
|
WORKDIR /app/
|
||||||
RUN apk --update --no-cache add python3 py3-requests
|
RUN apk --update --no-cache add python3 py3-requests py3-psycopg2
|
||||||
|
|
||||||
COPY ./*.py ./
|
COPY ./*.py ./
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
python-ldap
|
python-ldap
|
||||||
|
psycopg2-binary
|
||||||
pyyaml
|
pyyaml
|
||||||
flask
|
flask
|
||||||
flask-sqlalchemy
|
flask-sqlalchemy
|
||||||
|
|||||||
Reference in New Issue
Block a user