Skip to content

Commit fe03957

Browse files
committed
Dockerfile: use CRIU 2.12 for tests
Signed-off-by: Andrei Vagin <[email protected]>
1 parent 1c43d09 commit fe03957

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y \
1515
libcap-dev \
1616
libprotobuf-dev \
1717
libprotobuf-c0-dev \
18+
libnl-3-dev \
19+
libnet-dev \
1820
libseccomp2/jessie-backports \
1921
libseccomp-dev/jessie-backports \
2022
protobuf-c-compiler \
@@ -38,7 +40,7 @@ RUN cd /tmp \
3840
&& rm -rf /tmp/bats
3941

4042
# install criu
41-
ENV CRIU_VERSION 1.7
43+
ENV CRIU_VERSION 2.12
4244
RUN mkdir -p /usr/src/criu \
4345
&& curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
4446
&& cd /usr/src/criu \

0 commit comments

Comments
 (0)