From 8d38af2c3307143ec47eb55590cee227e472179a Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 18 Sep 2015 10:53:03 +0200 Subject: [PATCH] script: test_Dockerfile: update criu version Signed-off-by: Antonio Murdaca --- script/test_Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test_Dockerfile b/script/test_Dockerfile index 2bef485a..4533b047 100644 --- a/script/test_Dockerfile +++ b/script/test_Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.4 RUN echo "deb http://ftp.us.debian.org/debian testing main contrib" >> /etc/apt/sources.list -RUN apt-get update && apt-get install -y iptables criu=1.6-2 libseccomp2 libseccomp-dev && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y iptables criu/testing libseccomp2 libseccomp-dev && rm -rf /var/lib/apt/lists/* # setup a playground for us to spawn containers in RUN mkdir /busybox && \