Files
pms/Dockerfile
2018-11-26 10:56:57 +01:00

7 lines
108 B
Docker

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