FROM python:3.6.1-alpine

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