diff --git a/Dockerfile b/Dockerfile index fd891ee42..6a17ceb5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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