added vlc for local files and wesnoth as a showcase

This commit is contained in:
mbattista
2021-03-21 22:52:58 +00:00
parent b96ba47224
commit 39f5c0e7fa
8 changed files with 1712 additions and 0 deletions

15
.m1k1o/vlc/Dockerfile Normal file
View File

@ -0,0 +1,15 @@
FROM m1k1o1/neko:base
#
# install firefox-esr
RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends openbox vlc; \
#
# clean up
apt-get clean -y; \
rm -rf /var/lib/apt/lists/* /var/cache/apt/*
#
# copy configuation files
COPY supervisord.conf /etc/neko/supervisord/vlc.conf
COPY openbox.xml /etc/neko/openbox.xml