From 7668b7dc5c15e4ffbf8d06057598c2ae9582d631 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sun, 6 Apr 2014 13:37:17 +0530 Subject: [PATCH] Dockerfile: rebuild apt-cache so that libyaml vulnerability is patched --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 751712bc..66cf8e02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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