This commit is contained in:
2018-11-26 10:56:57 +01:00
parent b5eb0db40d
commit bb7303874c
6 changed files with 44 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
FROM linuxserver/plex
COPY root /
RUN apt update && apt install -y cron
RUN apt update && apt install -y cron unionfs-fuse
ENTRYPOINT ["/init"]