Use the latest Debian version in Dockerfile
This commit is contained in:
parent
77417aca1f
commit
ebbd195fcf
1180
.github/workflows/osrm-backend.yml
vendored
1180
.github/workflows/osrm-backend.yml
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user