mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Dockerfile: speed up criu build
... in case we have more than one CPU, that is. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ RUN mkdir -p /usr/src/criu \
|
||||
&& curl -fsSL https://github.com/checkpoint-restore/criu/archive/${CRIU_VERSION}.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 \
|
||||
&& cd /usr/src/criu \
|
||||
&& echo 1 > .gitid \
|
||||
&& make install-criu \
|
||||
&& make -j $(nproc) install-criu \
|
||||
&& cd - \
|
||||
&& rm -rf /usr/src/criu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user