Commit aec9eb92 authored by Andrei Vagin's avatar Andrei Vagin Committed by Pavel Emelyanov

build: install libnet-dev

It will be used to generate tcp packets for restoring half-closed sockets.

travis-ci: success for series starting with [01/21] build: install libnet-dev
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 6d07a4f9
...@@ -11,6 +11,7 @@ RUN apk update && apk add \ ...@@ -11,6 +11,7 @@ RUN apk update && apk add \
libcap-dev \ libcap-dev \
libnl3-dev \ libnl3-dev \
pkgconfig \ pkgconfig \
libnet-dev \
$CC $CC
COPY . /criu COPY . /criu
WORKDIR /criu WORKDIR /criu
......
...@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y \
libselinux-dev \ libselinux-dev \
pkg-config \ pkg-config \
git-core \ git-core \
libnet-dev \
$CC $CC
COPY . /criu COPY . /criu
......
...@@ -3,7 +3,7 @@ set -x -e ...@@ -3,7 +3,7 @@ set -x -e
TRAVIS_PKGS="protobuf-c-compiler libprotobuf-c0-dev libaio-dev TRAVIS_PKGS="protobuf-c-compiler libprotobuf-c0-dev libaio-dev
libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev libprotobuf-dev protobuf-compiler python-ipaddr libcap-dev
libnl-3-dev gdb bash python-protobuf" libnl-3-dev gdb bash python-protobuf libnet-dev"
travis_prep () { travis_prep () {
[ -n "$SKIP_TRAVIS_PREP" ] && return [ -n "$SKIP_TRAVIS_PREP" ] && return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment