[mc] Adding APT_GET_UPDATE to ensure latest base image is used on hub

This commit is contained in:
Geoff Bourne 2015-03-28 13:16:10 -05:00
parent 8594054047
commit d4d070018a

View File

@ -2,7 +2,9 @@ FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
ENV APT_GET_UPDATE 2015-03-28
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libmozjs-24-bin imagemagick && apt-get clean
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100