FROM python:3.5-slim MAINTAINER Team ACID @ Zalando WORKDIR /e2e COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt COPY tests .