dockerfile: set upgrade date to 20140305

This commit is contained in:
Sameer Naik 2014-03-05 10:55:09 +05:30
parent a054b96c68
commit 3d535bfd29

View File

@ -2,7 +2,7 @@ FROM ubuntu:12.04
MAINTAINER sameer@damagehead.com
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
RUN apt-get update && apt-mark hold initscripts && apt-get upgrade -y && apt-get clean # 20140206
RUN apt-get update && apt-mark hold initscripts && apt-get upgrade -y && apt-get clean # 20140305
# essentials
RUN apt-get install -y vim curl wget sudo net-tools && \