1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/Dockerfile
2020-09-09 21:31:16 +10:00

7 lines
193 B
Docker

# 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