Try specific filprofiler version

debug
Simon 3 years ago
parent 37622f9802
commit 7413b0b662

@ -17,7 +17,7 @@
############################################################################### ###############################################################################
#Fil does not support 3.10 yet #Fil does not support 3.10 yet
FROM python:3.7-alpine FROM python:3.9-alpine
ENTRYPOINT [ "/entrypoint" ] ENTRYPOINT [ "/entrypoint" ]
@ -28,7 +28,7 @@ RUN adduser -D -u 54000 radio && \
git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \ git clone https://gitlab.hacknix.net/hacknix/FreeDMR.git freedmr && \
cd /opt/freedmr && \ cd /opt/freedmr && \
git checkout debug && \ git checkout debug && \
pip install filprofiler && \ pip install filprofiler==2022.05.0 && \
pip install --no-cache-dir -r requirements.txt && \ pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \ apk del git gcc musl-dev && \
chown -R radio: /opt/freedmr chown -R radio: /opt/freedmr

Loading…
Cancel
Save

Powered by TurnKey Linux.