diff --git a/imagebuild/coreos/full_trusty_build.sh b/imagebuild/coreos/full_trusty_build.sh index 4f294c21a..e35f8e52e 100755 --- a/imagebuild/coreos/full_trusty_build.sh +++ b/imagebuild/coreos/full_trusty_build.sh @@ -5,7 +5,9 @@ # if [ -x "/usr/bin/apt-get" ]; then sudo -E apt-get update - sudo -E apt-get install -y docker.io + # apparmor is an undeclared dependency for docker on ubuntu + # https://github.com/docker/docker/issues/9745 + sudo -E apt-get install -y docker.io apparmor elif [ -x "/usr/bin/yum" ]; then sudo -E yum install -y docker-io gpg else