mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02: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…
x
Reference in New Issue
Block a user