diff --git a/.travis.yml b/.travis.yml index 234e24757..56834642a 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 libseccomp-dev + - sudo apt-get install -qq protobuf-c-compiler libprotobuf-c0-dev libaio-dev libprotobuf-dev protobuf-compiler python-ipaddr script: - "bash -ex scripts/travis-ci.sh" diff --git a/Dockerfile b/Dockerfile index 57cb60a15..1d1bb16e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \ protobuf-compiler \ python-minimal \ libaio-dev \ - libseccomp-dev \ iptables COPY . /criu