Commit 140ea8d9 authored by Alexander Lercher's avatar Alexander Lercher

Trace Retrieval: Added python dependency

parent ffb7622f
......@@ -8,6 +8,7 @@ RUN apt-get update
RUN pip install flask
RUN pip install connexion[swagger-ui]
RUN pip install pika
RUN pip install pymongo
EXPOSE 5000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment