Files
pms/Dockerfile
2019-12-15 17:08:30 +01:00

8 lines
174 B
Docker

FROM plexinc/pms-docker:latest
RUN apt update && apt install -y cron unionfs-fuse nmon unzip
RUN curl https://rclone.org/install.sh | bash
COPY root /
ENTRYPOINT ["/init"]