We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bc125 commit 577bf45Copy full SHA for 577bf45
Dockerfile
@@ -14,6 +14,8 @@ RUN apt-get update && apt-get install -y \
14
libcap-dev \
15
libprotobuf-dev \
16
libprotobuf-c0-dev \
17
+ libnl-3-dev \
18
+ libnet-dev \
19
libseccomp2/jessie-backports \
20
libseccomp-dev/jessie-backports \
21
protobuf-c-compiler \
@@ -31,7 +33,7 @@ RUN cd /tmp \
31
33
&& rm -rf /tmp/bats
32
34
35
# install criu
-ENV CRIU_VERSION 1.7
36
+ENV CRIU_VERSION 2.12
37
RUN mkdir -p /usr/src/criu \
38
&& curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
39
&& cd /usr/src/criu \
0 commit comments