this is my Dockerfile content :
FROM python:stretch RUN pip install pyjwt RUN pip install flask RUN pip install gunicorn RUN
FROM python:stretch
RUN pip install pyjwt
RUN pip install flask
RUN pip install gunicorn
RUN