- RUN apt-get install git wget -y
- RUN apt-get install python3 python3-pip -y
- RUN pip3 install --break-system-packages packaging
- RUN ln -s /usr/bin/python3 /usr/bin/python
- RUN wget https://files.txlyre.website/d/software/mei/latest_x86_64/mei -O /usr/bin/mei && chmod +x /usr/bin/mei
- RUN wget https://files.txlyre.website/d/software/mpm/latest/mpm.py -O /usr/bin/mpm && chmod +x /usr/bin/mpm
|