Simon 4 years ago
parent 520b1b557f
commit 6a02ffeea1

@ -9,7 +9,7 @@ RUN adduser -D -u 54000 radio && \
cd /opt && \ cd /opt && \
git clone https://github.com/hacknix/freedmr && \ git clone https://github.com/hacknix/freedmr && \
cd /opt/freedmr && \ cd /opt/freedmr && \
pypy3 -m pip install --no-cache-dir -r requirements.txt && \ pypy -m pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev pypy-dev && \ apk del git gcc musl-dev pypy-dev && \
chown -R radio: /opt/freedmr chown -R radio: /opt/freedmr

Loading…
Cancel
Save

Powered by TurnKey Linux.