fix plexpy

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-08-06 17:33:50 -04:00
parent 674a8f30a7
commit a99f3a7cd1
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -11,7 +11,8 @@ FROM alpine:latest
RUN apk add --no-cache \
ca-certificates \
git \
python
python \
py-pip
# Get the source
ENV PLEXPY_VERSION v2.1.18