add ban list to compile option

This commit is contained in:
lza_menace
2024-12-12 20:28:20 -08:00
parent 5f1b7ebf1d
commit a2aceeeecc
2 changed files with 4 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ WORKDIR /opt/monero
RUN apt-get update \
&& apt-get upgrade -y \
&& apt-get install -y tar wget bzip2
RUN wget -qO /ban_list.txt "https://raw.githubusercontent.com/Boog900/monero-ban-list/main/ban_list.txt"
RUN wget -qO ${MONERO_DL_FILE} ${MONERO_DL_URL} \