Merge pull request #681 from nalind/apparmor-ci
Fix integration tests on systems with apparmor
This commit is contained in:
commit
3a66d70632
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 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 \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
apparmor \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
gawk \
|
gawk \
|
||||||
|
|
Loading…
Reference in a new issue