fix: 👷 install mame
Some checks failed
dl / lint (push) Successful in 1m19s
dl / docker (push) Has been cancelled

This commit is contained in:
Michel Roux 2024-11-11 13:49:33 +01:00
parent c4f81413dc
commit 7c0bee6f26

View File

@ -8,9 +8,8 @@ FROM linuxserver/ffmpeg:6.0-cli-ls104
RUN apt-get update && \
apt-get install -y \
vim p7zip* git mc rename wget curl procps psmisc \
openssh-client transmission-cli speedtest-cli \
openssh-client transmission-cli speedtest-cli mame-tools \
python3-pip python3-requests python3-transmissionrpc && \
apt-get install -y --no-install-recommends mame-tools && \
rm -rf /var/lib/apt/lists/* && \
pip install yt-dlp && \
curl -sSL https://raw.githubusercontent.com/MatanZ/tremc/main/tremc -o /usr/local/bin/tremc && \