added docker popcorn time (wip)
This commit is contained in:
15
.docker/files/popcorn/Dockerfile
Normal file
15
.docker/files/popcorn/Dockerfile
Normal 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
|
Reference in New Issue
Block a user