Merge updates manually

This commit is contained in:
DenioD
2019-10-22 23:47:29 +02:00
12 changed files with 120 additions and 34 deletions

View File

@@ -31,7 +31,7 @@ RUN cd /opt && wget https://download.libsodium.org/libsodium/releases/libsodium-
tar xvf libsodium-1.0.17-mingw.tar.gz
# Cargo fetch the dependencies so we don't download them over and over again
RUN cd /tmp && git clone https://github.com/adityapk00/zecwallet-light-cli.git && \
cd zecwallet-light-cli && \
RUN cd /tmp && git clone https://github.com/adityapk00/silentdragonlite-light-cli.git && \
cd silentdragonlite-light-cli && \
cargo fetch && \
cd /tmp && rm -rf zecwallet-light-cli
cd /tmp && rm -rf silentdragonlite-light-cli