mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-04 15:17:17 +00:00
[jenkins] Upgrade base to java:8-jdk
This commit is contained in:
parent
dd0bcda23c
commit
7651cc658e
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
||||||
FROM itzg/ubuntu-openjdk-7
|
FROM java:openjdk-8u72-jdk
|
||||||
|
|
||||||
MAINTAINER itzg
|
MAINTAINER itzg
|
||||||
|
|
||||||
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install curl && apt-get clean
|
|
||||||
|
|
||||||
ADD download-and-start.sh /download-and-start
|
ADD download-and-start.sh /download-and-start
|
||||||
|
|
||||||
ENV JENKINS_HOME /data
|
ENV JENKINS_HOME /data
|
||||||
|
|
Loading…
Add table
Reference in a new issue