Refresh packages on ubuntu-openjdk-7 base

This commit is contained in:
Geoff Bourne 2015-07-16 21:48:39 -05:00
parent 9ffdc49c1b
commit 64b428f920

2
ubuntu-openjdk-7/Dockerfile Normal file → Executable file
View file

@ -2,7 +2,7 @@ FROM ubuntu:trusty
MAINTAINER itzg
ENV APT_GET_UPDATE 2015-03-08
ENV APT_GET_UPDATE 2015-07-16
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y openjdk-7-jre-headless wget && apt-get clean