-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change both Dockerfiles (docker and docker_ci) to support OpenJDK 8 instead of Oracle JDK 8.
- Loading branch information
1 parent
00c066f
commit 6af4acd
Showing
2 changed files
with
6 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
FROM anapsix/alpine-java:8_jdk | ||
FROM openjdk:8-jdk-alpine | ||
|
||
|
||
LABEL maintainer="[email protected]" | ||
|
||
|
@@ -31,6 +32,7 @@ RUN apk update \ | |
graphviz \ | ||
maven \ | ||
subversion \ | ||
bash \ | ||
\ | ||
# Install gradle | ||
&& wget -q https://services.gradle.org/distributions/gradle-$GRADLE_VERSION-bin.zip \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters