Add ddtrace

This commit is contained in:
Will Nilges 2022-06-25 22:11:38 -04:00
parent 013b91f2f0
commit 3463a39e46
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ COPY .git ./.git
COPY *.py . COPY *.py .
COPY proxstar ./proxstar COPY proxstar ./proxstar
RUN touch proxmox_ssh_key && chmod a+w proxmox_ssh_key # This is some OKD shit. RUN touch proxmox_ssh_key && chmod a+w proxmox_ssh_key # This is some OKD shit.
ENTRYPOINT python3 wsgi.py ENTRYPOINT ddtrace-run python3 wsgi.py

View file

@ -1,7 +1,7 @@
black~=21.9b0 black~=21.9b0
csh-ldap==2.4.0 csh-ldap==2.4.0
click~=7.1.2 click~=7.1.2
ddtrace~=1.1.4 ddtrace~=1.2.1
flask==1.1.4 flask==1.1.4
jinja2==2.11.3 jinja2==2.11.3
flask-pyoidc==1.3.0 flask-pyoidc==1.3.0