mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
use make
This commit is contained in:
parent
81ac0e91cb
commit
2ddbc3ef6e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue