An image can be built with `s2i build . centos/python-36-centos7 cscfi/oidc-client`. Create a `Dockerfile` so that `docker build -t cscfi/oidc-client .` can also be used.
An image can be built with
s2i build . centos/python-36-centos7 cscfi/oidc-client.Create a
Dockerfileso thatdocker build -t cscfi/oidc-client .can also be used.