FROM python:latest

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