summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-docs
diff options
context:
space:
mode:
Diffstat (limited to 'opal-ci/Dockerfile-docs')
-rw-r--r--opal-ci/Dockerfile-docs5
1 files changed, 5 insertions, 0 deletions
diff --git a/opal-ci/Dockerfile-docs b/opal-ci/Dockerfile-docs
new file mode 100644
index 00000000..0ebd3919
--- /dev/null
+++ b/opal-ci/Dockerfile-docs
@@ -0,0 +1,5 @@
+FROM fedora:27
+RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
+COPY . /build/
+WORKDIR /build
+ENTRYPOINT ./opal-ci/build-docs.sh
OpenPOWER on IntegriCloud