File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get install -y libleveldb1 libleveldb-dev
1010RUN apt-get install -y build-essential pkg-config libc6-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake
1111
1212# Build zcl node daemon
13- RUN git clone https://github.com/z-classic /zclassic
13+ RUN git clone --recursive https://github.com/ZclassicDev /zclassic.git
1414RUN mkdir /home/zcluser/zcl_electrum_db
1515RUN /home/zcluser/zclassic/zcutil/build.sh -j$(nproc)
1616
@@ -26,8 +26,8 @@ RUN chmod 755 /home/zcluser/run_electrumx_docker.sh
2626
2727USER zcluser
2828RUN /home/zcluser/zclassic/zcutil/fetch-params.sh
29- RUN git clone https://github.com/BTCP-community /electrumx.git
30- RUN wget -q https://github.com/z-classic /zclassic/releases/download/Config/zclassic.conf
29+ RUN git clone --recursive https://github.com/ZclassicDev /electrumx.git
30+ RUN wget -q https://github.com/ZclassicDev /zclassic/releases/download/Config/zclassic.conf
3131RUN sed -ie '/^rpcport=8232/a txindex=1' zclassic.conf
3232
3333ENTRYPOINT ["/bin/sh" , "-c" , "/home/zcluser/run_electrumx_docker.sh" ]
You can’t perform that action at this time.
0 commit comments