a906bc58b2dd9b28c98532049750917c9a85aecf
[integration/csit.git] / tests / dcaegen2 / bbs-testcases / resources / simulator / AAI_simulator
1 FROM python:3-alpine
2
3 ADD AAI.py httpServerLib.py /
4 COPY certs/* /certs/
5
6 CMD [ "python", "./AAI.py" ]