Archived
2
0
This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
neko-custom/.docker/files/popcorn/Dockerfile

15 lines
397 B
Docker
Raw Normal View History

2020-04-22 08:00:51 +12:00
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