Skip to content

Commit

Permalink
update criu to 2.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Krasi Georgiev <krasi@vip-consult.solutions>
  • Loading branch information
krasi-georgiev committed Mar 31, 2017
1 parent a3c2cca commit d1a0afa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ RUN git clone https://github.com/golang/lint.git /go/src/github.com/golang/lint
&& go install -v github.com/golang/lint/golint

# Install CRIU for checkpoint/restore support
ENV CRIU_VERSION 2.9
RUN mkdir -p /usr/src/criu \
ENV CRIU_VERSION 2.12.1
# Install dependancy packages specific to criu
RUN apt-get install libnet-dev -y && \
mkdir -p /usr/src/criu \
&& curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -v -C /usr/src/criu/ -xz --strip-components=1 \
&& cd /usr/src/criu \
&& make \
Expand Down

0 comments on commit d1a0afa

Please sign in to comment.