Dockerfile: rebuild apt-cache so that libyaml vulnerability is patched

This commit is contained in:
Sameer Naik 2014-04-06 13:37:17 +05:30
parent 2201355f39
commit 7668b7dc5c

View File

@ -3,7 +3,7 @@ MAINTAINER sameer@damagehead.com
ENV DEBIAN_FRONTEND noninteractive
RUN sed 's/main$/main universe/' -i /etc/apt/sources.list
RUN apt-get update # 20140310
RUN apt-get update # 20140405
# Fix some issues with APT packages.
# See https://github.com/dotcloud/docker/issues/1024