Not able to install flask when trying to create a image

docker file :
FROM python:3.6.1-alpine
WORKDIR /flask
RUN pip install flask

when i try to run: docker build image -t
output :

no idea where im doing wrong
.

Hey!
Got the same problem