Alexandr Matyushkin

Results 4 comments of Alexandr Matyushkin

@cursxx You have problems with IPv6 on the server. Your server can't connect to IPv6 network. Set up your network interface to work with IPv6.

Hi. Dockerfile is always built without a cache. We rerun build and error on command(cd openmonero/build && make): `Step 8/9 : RUN mkdir openmonero/build && cd openmonero/build && cmake -DMONERO_DIR=/opt/monero...

> Can you add this command after cloning openmonero? > > ``` > RUN git clone --recursive https://github.com/moneroexamples/openmonero.git > > # add this command > RUN more openmonero/cmake/FindRestbed.cmake > ```...

> Ok, was able to reproduce the error consistently in a vm, and built it successfully in the vm with this workaround: > > ``` > ... > > RUN...