summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-docs
blob: 0ebd3919ea514bd286b7e1276741ed8e14efe93c (plain)
1
2
3
4
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