mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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 \
|
||||
ca-certificates \
|
||||
git \
|
||||
python
|
||||
python \
|
||||
py-pip
|
||||
|
||||
# Get the source
|
||||
ENV PLEXPY_VERSION v2.1.18
|
||||
|
|
Loading…
Reference in New Issue
Block a user