mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: build alpine images with all cores
This commit is contained in:
parent
4fba89fee4
commit
58e05126e5
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ RUN --security=insecure \
|
|||
cmake -DWITH_OPENMP=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=${PREFIX} \
|
||||
-DCMAKE_PREFIX_PATH=${PREFIX} .. && \
|
||||
make -j8 install
|
||||
make -j$(nproc) install
|
||||
|
||||
FROM alpine:${ALPINE_VERSION} AS app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue