Update the dockerfiles because the apt-cache is too far out of date.

This commit is contained in:
Jake Moshenko 2014-06-10 15:34:52 -04:00
parent 4b13ddc118
commit 246a216f80
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ FROM phusion/baseimage:0.9.10
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
RUN apt-get update
RUN apt-get update # 10JUN2014
RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62-dev libevent-dev gdebi-core g++ libmagic1
### End common section ###

View file

@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
# Install the dependencies.
RUN apt-get update
RUN apt-get update # 10JUN2014
# New ubuntu packages should be added as their own apt-get install lines below the existing install commands
RUN apt-get install -y git python-virtualenv python-dev libjpeg8 libjpeg62-dev libevent-dev gdebi-core g++ libmagic1