From 7c0bee6f26fba44ed2562f428a220836a7a3e377 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 11 Nov 2024 13:49:33 +0100 Subject: [PATCH] fix: :construction_worker: install mame --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 641fd54..b8951b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \