feat: ✨ add nsz and upgrade
This commit is contained in:
parent
bde825cab3
commit
0485498c6b
@ -1,13 +1,15 @@
|
||||
FROM linuxserver/ffmpeg:6.0-cli-ls104
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get full-upgrade -y && \
|
||||
apt-get install -y \
|
||||
vim p7zip* git mc rename wget curl procps psmisc \
|
||||
openssh-client rsync sshpass transmission-cli speedtest-cli \
|
||||
python3-bs4 python3-requests python3-transmissionrpc && \
|
||||
python3-bs4 python3-requests python3-transmissionrpc python3-pip && \
|
||||
apt-get install -y --no-install-recommends mame-tools yt-dlp && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install nsz && \
|
||||
curl -sSL https://raw.githubusercontent.com/MatanZ/tremc/main/tremc -o /usr/local/bin/tremc && \
|
||||
update-alternatives --set editor /usr/bin/vim.basic
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user