Browse Source

Merge pull request #5532 from vieux/add_apparmor_dockerfile

Add apparmor to the Dockerfile to fix dind issues
Tianon Gravi 11 years ago
parent
commit
8296125b32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -47,6 +47,7 @@ RUN	apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
 	ruby1.9.1 \
 	ruby1.9.1 \
 	ruby1.9.1-dev \
 	ruby1.9.1-dev \
 	s3cmd=1.1.0* \
 	s3cmd=1.1.0* \
+	apparmor \
 	--no-install-recommends
 	--no-install-recommends
 
 
 # Get and compile LXC 0.8 (since it is the most stable)
 # Get and compile LXC 0.8 (since it is the most stable)