Merge pull request #681 from nalind/apparmor-ci

Fix integration tests on systems with apparmor
This commit is contained in:
Mrunal Patel 2017-07-21 07:04:35 -07:00 committed by GitHub
commit 3a66d70632

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 \