Install curl

This commit is contained in:
James Munnelly
2015-09-08 11:20:15 +01:00
parent 90ba683881
commit aa35a5307f
+5
View File
@@ -1,5 +1,10 @@
FROM debian
RUN apt-get update && \
apt-get install -y curl && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN mkdir /pms && \
cd /pms && \
curl -o pms.deb "https://downloads.plex.tv/plex-media-server/0.9.12.11.1406-8403350/plexmediaserver_0.9.12.11.1406-8403350_amd64.deb" && \