Updates to files

pypy
root 4 years ago
parent bf2f4fb217
commit 5644dd4af4

@ -4,12 +4,13 @@ COPY entrypoint-proxy /entrypoint
RUN useradd -u 54000 radio && \
apt-get update && \
apt-get -y install git gcc musl-dev pypy3 pypy3-dev python3-pip && \
apt-get -y install git pypy3 python3-pip && \
cd /opt && \
git clone https://github.com/hacknix/freedmr && \
cd /opt/freedmr && \
git checkout pypy && \
pypy3 -m pip install --no-cache-dir -r requirements.txt && \
apt-get -y remove gcc musl-dev pypy-dev && \
apt-get -y remove python3-pip git && \
apt-get -y autoremove && \
apt-get -y purge && \
rm -rvf /var/cache/apt/archives/* && \

@ -1,7 +1,6 @@
bitstring>=3.1.5
bit_array
Twisted>=16.3.0
dmr_utils3>=0.1.19
configparser>=3.0.0
mysql-connector
mysql-connector-python
setproctitle

Loading…
Cancel
Save

Powered by TurnKey Linux.