Add vlc-plugin-skins2 to VLC (#623)

Without this you cannot use custom themes.


PS; Should move neko/apps/vlc to -> neko-apps/vlc
This commit is contained in:
Bad 2026-02-17 01:05:30 +02:00 committed by GitHub
parent 3f42ad9e78
commit 902c849f22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ FROM $BASE_IMAGE
# #
# install vlc # install vlc
RUN set -eux; apt-get update; \ RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends openbox vlc; \ apt-get install -y --no-install-recommends openbox vlc vlc-plugin-skins2; \
# #
# clean up # clean up
apt-get clean -y; \ apt-get clean -y; \