Commit 94b98033 authored by Andrew Twyman's avatar Andrew Twyman

Merge commit '502b77ff' into github-master

parents 85155c62 502b77ff
FROM fedora:24
# Get Java 8 (64-bit)
RUN dnf install -y java-1.8.0-openjdk-devel
# Get other build utils
RUN dnf install -y cmake wget tar make gcc-c++
# Select Java 8
RUN echo 1 | update-alternatives --config java
RUN echo 1 | update-alternatives --config javac
# Get modern ant
RUN yum install -y ant
ENV JAVA_HOME /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.92-5.b14.fc24.x86_64
VOLUME /opt/djinni
CMD /opt/djinni/test-suite/java/docker/build_and_run_tests.sh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment