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:
parent
3b295967f1
commit
d1099a6cc5
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue