mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 15:46:57 +01:00
7 lines
193 B
Docker
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
|