add tari node

This commit is contained in:
Matthew Tran
2025-05-07 03:55:16 -07:00
parent 516a02060c
commit 2c88b9c474
8 changed files with 31 additions and 6 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ RUN apt-get install -y wget bzip2
WORKDIR /root
RUN wget https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.0.tar.bz2 -O monerod.tar.bz2
# currently v0.18.4.0
RUN wget -O monerod.tar.bz2 https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.0.tar.bz2
RUN tar xvf monerod.tar.bz2 && rm monerod.tar.bz2
RUN mv monero-x86_64-linux-gnu-v0.18.4.0 monero