mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
Go ahead and install with openjdk image
This commit is contained in:
parent
2f18e7be04
commit
78d9add46c
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ FROM ubuntu:trusty
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV APT_GET_UPDATE 2015-02-15
|
||||
ENV APT_GET_UPDATE 2015-03-08
|
||||
RUN apt-get update
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jre-headless && apt-get clean
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jre-headless wget && apt-get clean
|
||||
|
||||
ENV JAVA_HOME /usr/lib/jvm/java-7-openjdk-amd64
|
||||
|
|
Loading…
Reference in a new issue