Browse code

Revert "add apparmor to the Dockerfile"

This reverts commit fa1e390cad4fd36683e9667795967c711a4867e3.

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

Victor Vieux authored on 2014/05/02 06:49:53
Showing 1 changed files
... ...
@@ -47,7 +47,6 @@ 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 \
51 50
 	--no-install-recommends
52 51
 
53 52
 # Get and compile LXC 0.8 (since it is the most stable)