Use the latest Debian version in Dockerfile

This commit is contained in:
Siarhei Fedartsou 2024-05-25 20:05:30 +02:00
parent 77417aca1f
commit ebbd195fcf
2 changed files with 574 additions and 574 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ RUN NPROC=${BUILD_CONCURRENCY:-$(nproc)} && \
mkdir build && \
cd build && \
cmake -DTBB_TEST=OFF -DCMAKE_BUILD_TYPE=Release .. && \
cmake -j${NPROC} --build . && \
cmake --build . && \
cmake --install .
COPY . /src