added nmon

This commit is contained in:
kilhaasi
2019-03-20 19:16:52 +01:00
committed by GitHub
parent fa91ad3495
commit f6fb4b06c4

View File

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