Refresh the APT cache.

This commit is contained in:
Jake Moshenko 2014-06-23 11:24:05 -04:00
parent 6e3a545c7f
commit 03b78414de
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 # 10JUN2014
RUN apt-get update # 20JUN2014
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 # 10JUN2014
RUN apt-get update # 20JUN2014
# 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