From 3f5c8e23f4c88a84c95b99fa7c850de62fea47c1 Mon Sep 17 00:00:00 2001 From: Kazuya Ujihara Date: Wed, 18 Dec 2024 21:10:04 +0900 Subject: [PATCH] fix typo --- unidock/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unidock/Dockerfile b/unidock/Dockerfile index 60716cc..38430f6 100644 --- a/unidock/Dockerfile +++ b/unidock/Dockerfile @@ -11,7 +11,7 @@ COPY . /opt/unidock RUN cd /opt/unidock && \ cmake -B build && \ - cmake --build build -j`nprocs` && \ + cmake --build build -j`nproc` && \ cmake --install build && \ rm -r /opt/unidock