blob: 0bf0247f18f922c16acfe02d1ae7d5cfac2a828c [file] [log] [blame]
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