Dockerfile 390 B

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