aboutsummaryrefslogtreecommitdiff
path: root/opal-ci/Dockerfile-fedora24
blob: 7caa88419ed0e27799d9b2905785676a8f37d5aa (plain)
1
2
3
4
5
6
FROM fedora:24
RUN dnf -y install wget xterm gcc git xz make diffutils findutils expect valgrind valgrind-devel
RUN dnf -y install gcc-powerpc64-linux-gnu 
COPY . /build/
WORKDIR /build
ENTRYPOINT ./opal-ci/build-fedora24.sh