mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
* Updating openjdk base image
This commit is contained in:
parent
88a796bb44
commit
6ea862859b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM ubuntu:trusty
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV APT_GET_UPDATE 2014-10-14
|
||||
ENV APT_GET_UPDATE 2015-01-27
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y openjdk-7-jre-headless
|
||||
|
||||
|
|
Loading…
Reference in a new issue