robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_containers / logger / Dockerfile
1 FROM python:3.6-alpine
2
3 ENV STRPS 20
4 ENV STRLEN 50
5 ENV SPREAD 20
6
7 COPY ./textgen.py ./
8
9 CMD ["python3","textgen.py"]