mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
use make
This commit is contained in:
parent
81ac0e91cb
commit
2ddbc3ef6e
@ -20,7 +20,7 @@ RUN apt-get update && \
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
RUN rm -rf build && \
|
||||
qmake -j$(nproc) release-static
|
||||
make -j$(nproc) release-static
|
||||
|
||||
# runtime stage
|
||||
FROM ubuntu:16.04
|
||||
|
Loading…
Reference in New Issue
Block a user