Revert "fix: 👷 install mame"
All checks were successful
dl / lint (push) Successful in 1m23s
dl / docker (push) Successful in 38s

This reverts commit 7c0bee6f26.
This commit is contained in:
Michel Roux 2024-11-11 14:10:19 +01:00
parent 7c0bee6f26
commit f6e20fd596

View File

@ -8,8 +8,9 @@ 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 mame-tools \
openssh-client transmission-cli speedtest-cli \
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 && \