diff --git a/Dockerfile b/Dockerfile index 7b91426..08a91b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,17 +10,17 @@ RUN useradd -u 54000 radio && \ wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \ python2 ./get-pip.py && \ pip install twisted && \ - git clone https://github.com/hacknix/DMRlink.git && \ + git clone https://gitlab.hacknix.net/hacknix/DMRlink.git && \ cd /opt/DMRlink && \ git checkout IPSC_Bridge && \ sh ./mk-dmrlink && \ cd .. && \ - git clone https://github.com/hacknix/HBLink.git && \ + git clone https://gitlab.hacknix.net/hacknix/HBLink.git && \ cd HBLink && \ git checkout HB_Bridge && \ sh ./mk-required && \ cd .. && \ - git clone https://github.com/hacknix/DMRGateway.git && \ + git clone https://gitlab.hacknix.net/hacknix/DMRGateway.git && \ cd DMRGateway && \ git reset --hard 6e89e4922f8c5eb7ec3797729a82137d70bc8940 && \ make && \