Merge pull request #1 from kilhaasi/dev

Removed static rclone binary
This commit is contained in:
kilhaasi
2019-12-17 16:27:54 +01:00
committed by GitHub
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"]

Binary file not shown.