|
|
@ -8,9 +8,9 @@ RUN apt-get update && apt-get install -y \
|
|
|
|
build-essential cmake pkg-config libboost-all-dev \
|
|
|
|
build-essential cmake pkg-config libboost-all-dev \
|
|
|
|
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
|
|
|
libssl-dev libzmq3-dev libunbound-dev libsodium-dev libpgm-dev git
|
|
|
|
|
|
|
|
|
|
|
|
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.3.1 .
|
|
|
|
RUN git clone https://git.wownero.com/wownero/wownero --depth=1 --branch=v0.9.3.3 .
|
|
|
|
|
|
|
|
|
|
|
|
RUN make -j2
|
|
|
|
RUN make -j4
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|