[CRIU] [PATCH] travis: install libseccomp-dev
Andrey Vagin
avagin at openvz.org
Wed Jun 24 14:12:10 PDT 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
.travis.yml | 2 +-
Dockerfile | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 5683464..234e247 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,6 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr
+ - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr libseccomp-dev
script:
- "bash -ex scripts/travis-ci.sh"
diff --git a/Dockerfile b/Dockerfile
index 1d1bb16..57cb60a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update && apt-get install -y \
protobuf-compiler \
python-minimal \
libaio-dev \
+ libseccomp-dev \
iptables
COPY . /criu
--
2.1.0
More information about the CRIU
mailing list