aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Test.Dockerfile
blob: df2e0b234262d89beed6def9ea841bae778cfc08 (plain)
1
2
3
4
5
6
FROM sweetcomb_img:latest

#Install utils for testing
RUN apt-get update; \
    apt-get install -y vim clang-format python3-pip; \
    pip3 install pexpect pyroute2 psutil;