aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_mpls_tunnel_interface.py
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2018-01-24 01:02:37 -0500
committerDave Wallace <dwallacelf@gmail.com>2018-01-24 06:22:24 +0000
commit9d21268d0a2277fb5a70db960d0d538620401834 (patch)
tree2714bb35797029e3a6574a7d73df830ad884a189 /test/vpp_mpls_tunnel_interface.py
parent7722efe8cd4d45eb40373c147ad692e7ae13c648 (diff)
18.01 Release Notesv18.01
Change-Id: I2493a6135aecb4e2eead20a71dcb9ca16834cd63 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/vpp_mpls_tunnel_interface.py')
0 files changed, 0 insertions, 0 deletions
/option> Integration testsGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/Dockerfile
blob: ee4ae1edd98c54f0076c23f08887af255930a456 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ARG PYTHON_VERSION=3.8
FROM python:${PYTHON_VERSION}-buster

WORKDIR /app

COPY ./app/requirements.txt .

RUN pip3 install -r requirements.txt

EXPOSE 5000

CMD [ "uwsgi", "app.ini" ]