slow compile for smaller machines

This commit is contained in:
lza_menace
2020-09-29 07:59:38 -07:00
parent a25851d520
commit 0aa82e4e8a

View File

@@ -10,7 +10,7 @@ RUN git clone https://github.com/monero-project/monero --branch=v0.17.0.1 --dept
RUN git submodule update --init --force
RUN make -j2
RUN make -j1
FROM ubuntu:19.10