How can I see the Dockerfile corresponding to a docker image?

Hello,

How can I see the Dockerfile that was used to generate a docker image? E.g. I see this image:
https://hub.docker.com/r/hyperledger/fabric-orderer
and I want to view its Dockerfile

Sid