This commit is contained in:
2018-11-27 12:39:19 +01:00
parent bb7303874c
commit acf970cd09
5 changed files with 31 additions and 17 deletions

View File

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