1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

added dockerfile for prow

This commit is contained in:
Vikram Goyal
2020-09-09 21:31:16 +10:00
parent 33fda0ce4c
commit dd61b5b667

6
Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
# Dockerfile
FROM centos:8
RUN dnf install git python3 python3-devel ruby rubygems -y
RUN gem install asciidoctor asciidoctor-diagram
COPY . $HOME/src/
RUN pip3 install pyyaml /src/aura.tar.gz