1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00
Files
source-to-image/Dockerfile
2014-02-21 11:24:44 -05:00

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