Browse code

add apparmor to the Dockerfile

Docker-DCO-1.1-Signed-off-by: Victor Vieux <vieux@docker.com> (github: vieux)

Victor Vieux authored on 2014/05/02 05:51:16
Showing 1 changed files
... ...
@@ -47,6 +47,7 @@ RUN	apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
47 47
 	ruby1.9.1 \
48 48
 	ruby1.9.1-dev \
49 49
 	s3cmd=1.1.0* \
50
+	apparmor \
50 51
 	--no-install-recommends
51 52
 
52 53
 # Get and compile LXC 0.8 (since it is the most stable)