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