Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit b3ec1fc

Browse files
bouchercrosbymichael
authored andcommitted
Add steps to install criu to the Dockerfile
Docker-DCO-1.1-Signed-off-by: Ross Boucher <[email protected]> (github: boucher)
1 parent bfb093a commit b3ec1fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM golang:1.4
22

3+
RUN echo "deb http://ftp.us.debian.org/debian testing main contrib" >> /etc/apt/sources.list
4+
RUN apt-get update && apt-get install -y criu=1.5.2-1 && rm -rf /var/lib/apt/lists/*
5+
36
RUN go get golang.org/x/tools/cmd/cover
47

58
ENV GOPATH $GOPATH:/go/src/github.com/docker/libcontainer/vendor

0 commit comments

Comments
 (0)