Update the dockerfiles because the apt-cache is too far out of date.
This commit is contained in:
parent
4b13ddc118
commit
246a216f80
2 changed files with 2 additions and 2 deletions
|
@ -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 ###
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue