From f2cc846b2e1439d7233192aa4d3137d04c7b01c0 Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Thu, 20 Feb 2014 16:52:21 +0100 Subject: [PATCH] Add "file" as this seems to be missing in recent base images --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index adfc809..75c6165 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN grep -q "universe" /etc/apt/sources.list || echo "deb http://archive.ubuntu. ENV DEBIAN_FRONTEND noninteractive RUN apt-get -qq update -RUN apt-get install -y python-software-properties bsdmainutils curl screen +RUN apt-get install -y python-software-properties bsdmainutils curl file screen RUN add-apt-repository ppa:nilarimogard/webupd8 RUN apt-get update