7 lines
122 B
Docker
7 lines
122 B
Docker
FROM plexinc/pms-docker:latest
|
|
|
|
RUN apt update && apt install -y cron unionfs-fuse nmon
|
|
COPY root /
|
|
|
|
ENTRYPOINT ["/init"]
|