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