Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
djinni
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
djinni
Commits
94b98033
Commit
94b98033
authored
Jul 26, 2016
by
Andrew Twyman
Browse files
Options
Browse Files
Download
Plain Diff
Merge commit '
502b77ff
' into github-master
parents
85155c62
502b77ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
test-suite/java/docker/fedora_24/Dockerfile
test-suite/java/docker/fedora_24/Dockerfile
+19
-0
No files found.
test-suite/java/docker/fedora_24/Dockerfile
0 → 100644
View file @
94b98033
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment