latest versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2016-10-07 23:31:44 -07:00
parent 4c8d199b21
commit 78ecf697cf
8 changed files with 75 additions and 7 deletions

View File

@@ -14,11 +14,12 @@ RUN apk add --no-cache \
python
# Get the source
ENV PLEXPY_VERSION v1.4.12
RUN set -x \
&& apk add --no-cache --virtual .build-deps \
git \
&& mkdir -p /opt/plexpy \
&& git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy/ \
&& git clone --branch "${PLEXPPY_VERSION}" https://github.com/drzoidberg33/plexpy.git /opt/plexpy/ \
&& apk del .build-deps
# Volume for Plexpy data.