|
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
###############################################################################
|
|
|
|
|
|
|
|
|
|
#Fil does not support 3.10 yet
|
|
|
|
|
FROM python:3.7-alpine
|
|
|
|
|
FROM python:3.9-alpine
|
|
|
|
|
|
|
|
|
|
ENTRYPOINT [ "/entrypoint" ]
|
|
|
|
|
|
|
|
|
|
@ -28,7 +28,7 @@ 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 && \
|
|
|
|
|
pip install filprofiler==2022.05.0 && \
|
|
|
|
|
pip install --no-cache-dir -r requirements.txt && \
|
|
|
|
|
apk del git gcc musl-dev && \
|
|
|
|
|
chown -R radio: /opt/freedmr
|
|
|
|
|
|