|
|
|
@ -29,7 +29,9 @@ RUN adduser -D -u 54000 radio && \
|
|
|
|
ls -lah && \
|
|
|
|
ls -lah && \
|
|
|
|
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 && \
|
|
|
|
|
|
|
|
mkdir /run/priv_control/ && \
|
|
|
|
|
|
|
|
chown -R radio: /run/priv_control
|
|
|
|
|
|
|
|
|
|
|
|
COPY docker-configs/entrypoint-proxy /entrypoint
|
|
|
|
COPY docker-configs/entrypoint-proxy /entrypoint
|
|
|
|
USER radio
|
|
|
|
USER radio
|
|
|
|
|