summaryrefslogtreecommitdiff
path: root/test/Dockerfile.debian
blob: 0bf0247f18f922c16acfe02d1ae7d5cfac2a828c (plain)
1
2
3
4
5
6
7
8
9
10
FROM python:2.7

RUN apt-get update && apt-get install -y vim

COPY . /work
WORKDIR /work
RUN pip install -r automated/utils/requirements.txt

CMD . ./automated/bin/setenv.sh && test-runner -p plans/linux-example.yaml && bash