mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
5 lines
130 B
Docker
5 lines
130 B
Docker
FROM fedora:20
|
|
RUN yum -y install git python-pip
|
|
RUN pip install git+https://github.com/openshift/docker-source-to-images
|
|
CMD sti
|