1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #5532 from vieux/add_apparmor_dockerfile

Add apparmor to the Dockerfile to fix dind issues
This commit is contained in:
Tianon Gravi 2014-05-01 15:00:48 -06:00
commit 8296125b32

View file

@ -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)