Fix dockerfile

This commit is contained in:
Simon 2021-10-09 15:06:31 +01:00
parent 84ba245751
commit 5b17aad92c
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://gitlab.hacknix.net/hacknix/FreeDMR.git && \
git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \
cd /opt/freedmr && \
pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \