Install yt-dlp
Required for mpv youtube playback
This commit is contained in:
parent
e0546c0f2c
commit
4ff0ef4f4c
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ RUN dnf5 -y install intel-media-driver
|
|||
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
|
||||
|
||||
# Bulk of layered packages
|
||||
RUN dnf5 -y install vim bat btop pv restic zstd nmap-ncat
|
||||
RUN dnf5 -y install vim bat btop pv restic zstd nmap-ncat yt-dlp
|
||||
|
||||
# Set vim as default editor
|
||||
RUN dnf5 -y swap nano-default-editor vim-default-editor
|
||||
|
|
|
@ -29,7 +29,7 @@ RUN dnf5 -y install intel-media-driver
|
|||
RUN dnf5 -y swap noopenh264 openh264 && dnf5 -y install mozilla-openh264
|
||||
|
||||
# Bulk of layered packages
|
||||
RUN dnf5 -y install vim bat btop pv restic zstd nmap-ncat
|
||||
RUN dnf5 -y install vim bat btop pv restic zstd nmap-ncat yt-dlp
|
||||
|
||||
# Set vim as default editor
|
||||
RUN dnf5 -y swap nano-default-editor vim-default-editor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue