From fa1e390cad4fd36683e9667795967c711a4867e3 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 1 May 2014 20:51:16 +0000 Subject: [PATCH] add apparmor to the Dockerfile Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index be2233ff87..bd9f415f2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,6 +47,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \ ruby1.9.1 \ ruby1.9.1-dev \ s3cmd=1.1.0* \ + apparmor \ --no-install-recommends # Get and compile LXC 0.8 (since it is the most stable)