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:
parent
3f42ad9e78
commit
902c849f22
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ FROM $BASE_IMAGE
|
|||
#
|
||||
# install vlc
|
||||
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
|
||||
apt-get clean -y; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue