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 9e2ce27 commit 72c4b25Copy full SHA for 72c4b25
Dockerfile
@@ -15,6 +15,8 @@ RUN apt-get update && apt-get install -y \
15
libcap-dev \
16
libprotobuf-dev \
17
libprotobuf-c0-dev \
18
+ libnl-3-dev \
19
+ libnet-dev \
20
libseccomp2/jessie-backports \
21
libseccomp-dev/jessie-backports \
22
protobuf-c-compiler \
@@ -38,7 +40,7 @@ RUN cd /tmp \
38
40
&& rm -rf /tmp/bats
39
41
42
# install criu
-ENV CRIU_VERSION 1.7
43
+ENV CRIU_VERSION 2.12
44
RUN mkdir -p /usr/src/criu \
45
&& curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
46
&& cd /usr/src/criu \
0 commit comments