summaryrefslogtreecommitdiffstats
path: root/opal-ci/Dockerfile-fedora27
blob: 4d9537b426c465cfb06c049fb3ea966bbe0ceb9d (plain)
1
2
3
4
5
6
7
FROM fedora:27
RUN dnf -y install wget curl xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel ccache dtc openssl-devel
RUN dnf -y install gcc-powerpc64-linux-gnu 
RUN if [ `arch` = "x86_64" ]; then dnf -y install http://public.dhe.ibm.com/software/server/powerfuncsim/p9/packages/v1.1-0/systemsim-p9-1.1-0.f22.x86_64.rpm; fi
COPY . /build/
WORKDIR /build
ENTRYPOINT ./opal-ci/build-fedora27.sh
OpenPOWER on IntegriCloud