Signed-off-by: Ross Boucher <rboucher@gmail.com>
| ... | ... |
@@ -97,7 +97,7 @@ ENV GOPATH /go |
| 97 | 97 |
# Install CRIU for checkpoint/restore support |
| 98 | 98 |
ENV CRIU_VERSION 3.6 |
| 99 | 99 |
RUN mkdir -p /usr/src/criu \ |
| 100 |
- && curl -sSL https://github.com/xemul/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
|
|
| 100 |
+ && curl -sSL https://github.com/checkpoint-restore/criu/archive/v${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
|
|
| 101 | 101 |
&& cd /usr/src/criu \ |
| 102 | 102 |
&& make \ |
| 103 | 103 |
&& make install-criu |