Clone from right repo wehn building docker

kf7eel
Simon 4 years ago
parent 374806c178
commit 84ba245751

@ -23,7 +23,7 @@ RUN adduser -D -u 54000 radio && \
apk update && \
apk add git gcc musl-dev && \
cd /opt && \
git clone https://github.com/hacknix/freedmr && \
git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git && \
cd /opt/freedmr && \
pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \

Loading…
Cancel
Save

Powered by TurnKey Linux.