Clone from right repo wehn building docker

This commit is contained in:
Simon 2021-10-09 12:06:29 +01:00
parent 374806c178
commit 84ba245751
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \