1
0
Fork 0

Install yt-dlp
All checks were successful
/ build-gnome (push) Successful in 13m48s
/ build-kde (push) Successful in 19m10s

Required for mpv youtube playback
This commit is contained in:
ver4a 2025-01-07 21:04:16 +01:00
parent e0546c0f2c
commit 4ff0ef4f4c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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