mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-18 18:17:51 +01:00
fix plexpy
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
674a8f30a7
commit
a99f3a7cd1
|
@ -11,7 +11,8 @@ FROM alpine:latest
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
python
|
python \
|
||||||
|
py-pip
|
||||||
|
|
||||||
# Get the source
|
# Get the source
|
||||||
ENV PLEXPY_VERSION v2.1.18
|
ENV PLEXPY_VERSION v2.1.18
|
||||||
|
|
Loading…
Reference in New Issue
Block a user