Skip to content

Commit acae188

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

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
@@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y \
1414
libcap-dev \
1515
libprotobuf-dev \
1616
libprotobuf-c0-dev \
17+
libnl-3-dev \
18+
libnet-dev \
1719
libseccomp2/jessie-backports \
1820
libseccomp-dev/jessie-backports \
1921
protobuf-c-compiler \
@@ -31,7 +33,7 @@ RUN cd /tmp \
3133
&& rm -rf /tmp/bats
3234

3335
# install criu
34-
ENV CRIU_VERSION 1.7
36+
ENV CRIU_VERSION 2.12
3537
RUN mkdir -p /usr/src/criu \
3638
&& curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
3739
&& cd /usr/src/criu \

0 commit comments

Comments
 (0)