mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
Updating apt-get baseline for openjdk-7
This commit is contained in:
parent
5d3845a9ba
commit
5566cf0953
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ FROM ubuntu:trusty
|
|||
|
||||
MAINTAINER itzg
|
||||
|
||||
ENV APT_GET_UPDATE 2014-09-07
|
||||
|
||||
ENV APT_GET_UPDATE 2014-10-14
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y openjdk-7-jre-headless
|
||||
|
||||
|
|
Loading…
Reference in a new issue