Removed static rclone binary

This commit is contained in:
2019-12-15 17:08:30 +01:00
parent 3a9d3cded1
commit 4cc3a71ea4
2 changed files with 2 additions and 1 deletions

View File

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