From a99f3a7cd1b0dd7005eea4e3353da3c8a0b00109 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 6 Aug 2018 17:33:50 -0400 Subject: [PATCH] fix plexpy Signed-off-by: Jess Frazelle --- plexpy/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 3448b27..0393b50 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -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