Skip to content

Commit a207bf3

Browse files
authored
Update Dockerfile
use our own updated zclassic.conf, ElectrumX Server, and Zclassic Software Repositories
1 parent 6ab79f5 commit a207bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apt-get install -y libleveldb1 libleveldb-dev
1010
RUN 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
1414
RUN mkdir /home/zcluser/zcl_electrum_db
1515
RUN /home/zcluser/zclassic/zcutil/build.sh -j$(nproc)
1616

@@ -26,8 +26,8 @@ RUN chmod 755 /home/zcluser/run_electrumx_docker.sh
2626

2727
USER zcluser
2828
RUN /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
3131
RUN sed -ie '/^rpcport=8232/a txindex=1' zclassic.conf
3232

3333
ENTRYPOINT ["/bin/sh", "-c", "/home/zcluser/run_electrumx_docker.sh"]

0 commit comments

Comments
 (0)