Merge "switch drools pdp image to new one"
[integration.git] / test / mocks / datafilecollector-testharness / mr-sim / Dockerfile
1 FROM python:3.6-alpine
2
3 COPY . /app
4
5 WORKDIR /app
6
7 RUN pip install -r requirements.txt
8
9 EXPOSE 2222
10