Merge pull request 'Dockerfile.windows: Add monero seed' (#290) from tobtoht/feather:docker_win_seed into master

Reviewed-on: https://git.wownero.com/feather/feather/pulls/290
This commit is contained in:
tobtoht 2021-01-12 13:41:39 +00:00
commit c78007a1f3
1 changed files with 8 additions and 0 deletions

View File

@ -167,3 +167,11 @@ RUN git clone -b tor-0.4.4.6 --depth 1 https://git.torproject.org/tor.git && \
make -j$THREADS && \
make -j$THREADS install && \
rm -rf $(pwd)
RUN git clone https://git.wownero.com/feather/monero-seed.git && \
cd monero-seed && \
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/depends/x86_64-w64-mingw32/share/toolchain.cmake -Bbuild && \
make -Cbuild -j$THREADS && \
make -Cbuild install && \
rm -rf $(pwd)