Simon 4 years ago
parent f31b4b88ae
commit 4ef2cfceee

@ -7,9 +7,10 @@ RUN adduser -D -u 54000 radio && \
apk add git gcc musl-dev curl && \
cd /opt && \
curl https://downloads.python.org/pypy/pypy3.7-v7.3.5-linux64.tar.bz2 -o pypy.tar.bz2 && \
tar jxvf ./pypy.tar.bz2&& \
tar jxvf ./pypy.tar.bz2 && \
git clone https://github.com/hacknix/freedmr && \
cd /opt/freedmr && \
ls -la /opt/pypy* && \
/opt/pypy3.7-v7.3.5-linux64/bin/pypy3 -m ensurepip && \
/opt/pypy3.7-v7.3.5-linux64/bin/pypy3 -m pip install --no-cache-dir -r requirements.txt && \
apk del git gcc musl-dev && \

Loading…
Cancel
Save

Powered by TurnKey Linux.