diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000..b5c503067e --- /dev/null +++ b/Dockerfile @@ -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