commit e30abc282a0bca07eda813e4311086efa94642e7
parent 8cb6c8209a1ccb0db736eaf147c8deb65fb3252b
Author: ccx <ccx@te2000.cz>
Date: Sun, 7 Jul 2024 17:42:11 +0000
Container for mpv
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -205,6 +205,7 @@ confz_site_containers_user_check() {
UCa testssl
UCa tinyproxy
UCa tor
+ UCa mpv
UCa ssh
UCa pass mount_rw="ccx-password-store"
UC rcm-ssh alpine-ssh "$ro rcm-devops versions" $with_more_fds
@@ -450,6 +451,10 @@ confz_site_container_images_check() {
packages="$alpine_terminal s6-networking tinyproxy tinyproxy-doc man-db"
require site_container_alpine :containers_dir :svscan_dir \
+ image_name=alpine-mpv \
+ packages="$alpine_x11 mpv"
+
+ require site_container_alpine :containers_dir :svscan_dir \
image_name=alpine-tor \
packages="$alpine_community tor"