FROM python:3.6.1

CMD python -c "while True: print('Hello Python')"
