Fix integration tests on systems with apparmor

When the integration test image is run on a system with apparmor
enabled, it needs binaries from the 'apparmor' package, so ensure that
it's always there.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai 2017-07-17 15:58:49 -04:00
parent 3b295967f1
commit d1099a6cc5

View file

@ -4,6 +4,7 @@ FROM golang:1.7
RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list
RUN apt-get update && apt-get install -y \
apparmor \
build-essential \
curl \
gawk \