port to pirate

This commit is contained in:
Cryptoforge
2021-03-03 21:12:13 -08:00
parent 3f55a1411c
commit e0ca959796
5 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ RUN cd /opt && wget https://download.libsodium.org/libsodium/releases/libsodium-
RUN apt install -y git
# 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/piratenetwork/piratewallet-light-cli.git && \
cd piratewallet-light-cli && \
cargo fetch && \
cd /tmp && rm -rf zecwallet-light-cli
cd /tmp && rm -rf piratewallet-light-cli