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:
6
Dockerfile
Normal file
6
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user