Add apt-get update to beginning of Dockerfile

This commit is contained in:
Daniel L. Polanco 2015-03-04 17:06:51 -07:00
parent 87140179f2
commit ddbc7e9618

View file

@ -2,6 +2,7 @@ FROM itzg/ubuntu-openjdk-7
MAINTAINER itzg
RUN apt-get update
RUN apt-get install -y wget libmozjs-24-bin imagemagick && apt-get clean
RUN update-alternatives --install /usr/bin/js js /usr/bin/js24 100