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