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
1c6c5ec3
Commit
1c6c5ec3
authored
Jul 18, 2016
by
Aleksey Konovalov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
created docker image with GCC6 (fedora 24)
parent
1dc5a248
Changes
1
Hide 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 @
1c6c5ec3
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