mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +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
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN rm -rf build && \
|
RUN rm -rf build && \
|
||||||
qmake -j$(nproc) release-static
|
make -j$(nproc) release-static
|
||||||
|
|
||||||
# runtime stage
|
# runtime stage
|
||||||
FROM ubuntu:16.04
|
FROM ubuntu:16.04
|
||||||
|
|
Loading…
Reference in a new issue