Please enter the commit message for your changes. Lines starting
@ -28,7 +28,8 @@ RUN adduser -D -u 54000 radio && \
git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \
cd /opt/freedmr && \
git checkout debug && \
pip install filprofiler==2022.05.0 && \
pip install --upgrade pip && \
pip install filprofiler && \
pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \
chown -R radio: /opt/freedmr
Powered by TurnKey Linux.