vlc default folder, no startup dialog and fix openbox.

This commit is contained in:
m1k1o
2021-03-22 18:53:41 +01:00
parent 6699ff1c17
commit e01b60368c
4 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM m1k1o/neko:base
#
# install firefox-esr
# install vlc
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends openbox vlc; \
#
@ -9,6 +9,8 @@ RUN set -eux; apt-get update; \
apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
ENV VLC_MEDIA="/media"
#
# copy configuation files
COPY supervisord.conf /etc/neko/supervisord/vlc.conf