Archived
2
0

added docker popcorn time (wip)

This commit is contained in:
Craig
2020-04-21 20:00:51 +00:00
parent d451173cf0
commit 09b31687cc
3 changed files with 789 additions and 0 deletions

View File

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