aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-docs
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-04-05 08:49:51 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-04-05 08:49:51 +1000
commit1b526d85edb24f707e137167c66317fb2b07e5b3 (patch)
tree3a33b754fd368e4ce33b9ae8d762420b0dd91961 /opal-ci/Dockerfile-docs
parent9cd6646d25b5d7e6524c9ba44b103500f81a967c (diff)
downloadskiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.zip
skiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.tar.gz
skiboot-1b526d85edb24f707e137167c66317fb2b07e5b3.tar.bz2
travis: add -L to all curl invocations to follow redirects
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
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 0000000..0ebd391
--- /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